#B91836

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

Shades of Cardinal #B91836

Tints of Cardinal #B91836

Color information

#B91836 (or 0xB91836) is unknown color: approx Cardinal. HEX triplet: B9, 18 and 36. RGB value is (185,24,54). Sum of RGB (Red+Green+Blue) = 185+24+54=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B91836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91836 is #46E7C9. Grayscale: #4B4B4B. Windows color (decimal): -4646858 or 3545273. OLE color: 3545273.

HSL color Cylindrical-coordinate representation of color #B91836: hue angle of 348.82º 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 #B91836 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB1852454-
CMYK00.870.710.27
HSL348.82º77.03%40.98%-
HSV(B)348.82º87.03%72.55%-
XYZ2111.234.55-
YUV75.56115.84206.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 70.34%
GREEN value IS 24 (9.77% from 255) = 9.13%
BLUE value IS 54 (21.48% from 255) = 20.53%
R=70.34%
G=9.13%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185245400.870.710.27348.8277.0340.98
HexB91836057471B15d4d29
Octal271306601271073353511551
Binary1011100111000110110010101111000111110111010111011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91836; }

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

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

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

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

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

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

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

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