#B31926

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

Shades of Cardinal #B31926

Tints of Cardinal #B31926

Color information

#B31926 (or 0xB31926) is unknown color: approx Cardinal. HEX triplet: B3, 19 and 26. RGB value is (179,25,38). Sum of RGB (Red+Green+Blue) = 179+25+38=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B31926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31926 is #4CE6D9. Grayscale: #484848. Windows color (decimal): -5039834 or 2496947. OLE color: 2496947.

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

Color convert

RGB1792538-
CMYK00.860.790.30
HSL354.94º75.49%40%-
HSV(B)354.94º86.03%70.2%-
XYZ19.2910.422.83-
YUV72.53108.52203.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 73.97%
GREEN value IS 25 (10.16% from 255) = 10.33%
BLUE value IS 38 (15.23% from 255) = 15.70%
R=73.97%
G=10.33%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179253800.860.790.30354.9475.4940
HexB319260564F1E1634b28
Octal263314601261173654311350
Binary1011001111001100110010101101001111111101011000111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31926; }

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

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

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

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

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

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

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

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