#B91833

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

Shades of Cardinal #B91833

Tints of Cardinal #B91833

Color information

#B91833 (or 0xB91833) is unknown color: approx Cardinal. HEX triplet: B9, 18 and 33. RGB value is (185,24,51). Sum of RGB (Red+Green+Blue) = 185+24+51=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B91833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91833 is #46E7CC. Grayscale: #4B4B4B. Windows color (decimal): -4646861 or 3348665. OLE color: 3348665.

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

Color convert

RGB1852451-
CMYK00.870.720.27
HSL349.94º77.03%40.98%-
HSV(B)349.94º87.03%72.55%-
XYZ20.9311.214.19-
YUV75.22114.34206.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.15%
GREEN value IS 24 (9.77% from 255) = 9.23%
BLUE value IS 51 (20.31% from 255) = 19.62%
R=71.15%
G=9.23%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185245100.870.720.27349.9477.0340.98
HexB91833057481B15e4d29
Octal271306301271103353611551
Binary1011100111000110011010101111001000110111010111101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91833; }

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

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

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

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

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

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

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

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