#B91E33

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

Shades of Cardinal #B91E33

Tints of Cardinal #B91E33

Color information

#B91E33 (or 0xB91E33) is unknown color: approx Cardinal. HEX triplet: B9, 1E and 33. RGB value is (185,30,51). Sum of RGB (Red+Green+Blue) = 185+30+51=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91E33 is #46E1CC. Grayscale: #4E4E4E. Windows color (decimal): -4645325 or 3350201. OLE color: 3350201.

HSL color Cylindrical-coordinate representation of color #B91E33: hue angle of 351.87º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B91E33 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB1853051-
CMYK00.840.720.27
HSL351.87º72.09%42.16%-
HSV(B)351.87º83.78%72.55%-
XYZ21.0711.484.24-
YUV78.74112.35203.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 69.55%
GREEN value IS 30 (12.11% from 255) = 11.28%
BLUE value IS 51 (20.31% from 255) = 19.17%
R=69.55%
G=11.28%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185305100.840.720.27351.8772.0942.16
HexB91E33054481B160482a
Octal271366301241103354011052
Binary1011100111110110011010101001001000110111011000001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91E33; }

 p { color: rgb(185,30,51); }

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

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

 a { background-color: rgb(185,30,51); }

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

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

 span { border-color: rgb(185,30,51); }

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