#B91831

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

Shades of Cardinal #B91831

Tints of Cardinal #B91831

Color information

#B91831 (or 0xB91831) is unknown color: approx Cardinal. HEX triplet: B9, 18 and 31. RGB value is (185,24,49). Sum of RGB (Red+Green+Blue) = 185+24+49=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B91831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91831 is #46E7CE. Grayscale: #4B4B4B. Windows color (decimal): -4646863 or 3217593. OLE color: 3217593.

HSL color Cylindrical-coordinate representation of color #B91831: hue angle of 350.68º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B91831 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB1852449-
CMYK00.870.740.27
HSL350.68º77.03%40.98%-
HSV(B)350.68º87.03%72.55%-
XYZ20.8911.193.96-
YUV74.99113.34206.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.71%
GREEN value IS 24 (9.77% from 255) = 9.30%
BLUE value IS 49 (19.53% from 255) = 18.99%
R=71.71%
G=9.30%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185244900.870.740.27350.6877.0340.98
HexB918310574A1B15f4d29
Octal271306101271123353711551
Binary1011100111000110001010101111001010110111010111111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91831; }

 p { color: rgb(185,24,49); }

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

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

 a { background-color: rgb(185,24,49); }

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

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

 span { border-color: rgb(185,24,49); }

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