#B91E31

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

Shades of Cardinal #B91E31

Tints of Cardinal #B91E31

Color information

#B91E31 (or 0xB91E31) is unknown color: approx Cardinal. HEX triplet: B9, 1E and 31. RGB value is (185,30,49). Sum of RGB (Red+Green+Blue) = 185+30+49=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91E31 is #46E1CE. Grayscale: #4E4E4E. Windows color (decimal): -4645327 or 3219129. OLE color: 3219129.

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

Color convert

RGB1853049-
CMYK00.840.740.27
HSL352.65º72.09%42.16%-
HSV(B)352.65º83.78%72.55%-
XYZ21.0311.464.01-
YUV78.51111.35203.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 70.08%
GREEN value IS 30 (12.11% from 255) = 11.36%
BLUE value IS 49 (19.53% from 255) = 18.56%
R=70.08%
G=11.36%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185304900.840.740.27352.6572.0942.16
HexB91E310544A1B161482a
Octal271366101241123354111052
Binary1011100111110110001010101001001010110111011000011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91E31; }

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

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

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

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

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

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

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

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