#b31726

Color #B31726 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B31726

Tints of Cardinal #B31726

Color information

#B31726 (or 0xB31726) is unknown color: approx Cardinal. HEX triplet: B3, 17 and 26. RGB value is (179,23,38). Sum of RGB (Red+Green+Blue) = 179+23+38=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B31726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31726 is #4CE8D9. Grayscale: #474747. Windows color (decimal): -5040346 or 2496435. OLE color: 2496435.

HSL color Cylindrical-coordinate representation of color #B31726: hue angle of 354.23º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31726 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB1792338-
CMYK00.870.790.30
HSL354.23º77.23%39.61%-
HSV(B)354.23º87.15%70.2%-
XYZ19.2510.342.81-
YUV71.35109.18204.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 74.58%
GREEN value IS 23 (9.38% from 255) = 9.58%
BLUE value IS 38 (15.23% from 255) = 15.83%
R=74.58%
G=9.58%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179233800.870.790.30354.2377.2339.61
HexB317260574F1E1624d28
Octal263274601271173654211550
Binary1011001110111100110010101111001111111101011000101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b31726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b31726; }

 p { color: rgb(179,23,38); }

 H1.HeaderClassName
 {
   color: #b31726;
 }
 .AnyTagClassName
 {
   color: #b31726;
 }
</style>
background-color css

<style>
 a { background-color: #b31726; }

 a { background-color: rgb(179,23,38); }

 div.DivClassName
 {
   background-color: #b31726;
 }
 .BgClassName
 {
   background-color: #b31726;
 }
</style>
border-color css

<style>
 span { border-color: #b31726; }

 span { border-color: rgb(179,23,38); }

 td.TdClassName
 {
   border-color: #b31726;
 }
 .TagClassName
 {
   border-color: #b31726;
 }
</style>