#B91931

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

Shades of Cardinal #B91931

Tints of Cardinal #B91931

Color information

#B91931 (or 0xB91931) is unknown color: approx Cardinal. HEX triplet: B9, 19 and 31. RGB value is (185,25,49). Sum of RGB (Red+Green+Blue) = 185+25+49=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B91931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91931 is #46E6CE. Grayscale: #4B4B4B. Windows color (decimal): -4646607 or 3217849. OLE color: 3217849.

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

Color convert

RGB1852549-
CMYK00.860.740.27
HSL351º76.19%41.18%-
HSV(B)351º86.49%72.55%-
XYZ20.9111.233.97-
YUV75.58113.01206.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.43%
GREEN value IS 25 (10.16% from 255) = 9.65%
BLUE value IS 49 (19.53% from 255) = 18.92%
R=71.43%
G=9.65%
B=18.92%

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
Decimal185254900.860.740.2735176.1941.18
HexB919310564A1B15f4c29
Octal271316101261123353711451
Binary1011100111001110001010101101001010110111010111111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91931; }

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

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

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

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

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

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

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

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