#B91930

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

Shades of Cardinal #B91930

Tints of Cardinal #B91930

Color information

#B91930 (or 0xB91930) is unknown color: approx Cardinal. HEX triplet: B9, 19 and 30. RGB value is (185,25,48). Sum of RGB (Red+Green+Blue) = 185+25+48=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B91930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91930 is #46E6CF. Grayscale: #4B4B4B. Windows color (decimal): -4646608 or 3152313. OLE color: 3152313.

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

Color convert

RGB1852548-
CMYK00.860.740.27
HSL351.38º76.19%41.18%-
HSV(B)351.38º86.49%72.55%-
XYZ20.8911.223.86-
YUV75.46112.51206.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.71%
GREEN value IS 25 (10.16% from 255) = 9.69%
BLUE value IS 48 (19.14% from 255) = 18.60%
R=71.71%
G=9.69%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185254800.860.740.27351.3876.1941.18
HexB919300564A1B15f4c29
Octal271316001261123353711451
Binary1011100111001110000010101101001010110111010111111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91930; }

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

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

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

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

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

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

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

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