#B91E30

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

Shades of Cardinal #B91E30

Tints of Cardinal #B91E30

Color information

#B91E30 (or 0xB91E30) is unknown color: approx Cardinal. HEX triplet: B9, 1E and 30. RGB value is (185,30,48). Sum of RGB (Red+Green+Blue) = 185+30+48=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91E30 is #46E1CF. Grayscale: #4E4E4E. Windows color (decimal): -4645328 or 3153593. OLE color: 3153593.

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

Color convert

RGB1853048-
CMYK00.840.740.27
HSL353.03º72.09%42.16%-
HSV(B)353.03º83.78%72.55%-
XYZ21.0111.463.9-
YUV78.4110.85204.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 70.34%
GREEN value IS 30 (12.11% from 255) = 11.41%
BLUE value IS 48 (19.14% from 255) = 18.25%
R=70.34%
G=11.41%
B=18.25%

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
Decimal185304800.840.740.27353.0372.0942.16
HexB91E300544A1B161482a
Octal271366001241123354111052
Binary1011100111110110000010101001001010110111011000011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91E30; }

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

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

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

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

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

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

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

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