#B91832

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

Shades of Cardinal #B91832

Tints of Cardinal #B91832

Color information

#B91832 (or 0xB91832) is unknown color: approx Cardinal. HEX triplet: B9, 18 and 32. RGB value is (185,24,50). Sum of RGB (Red+Green+Blue) = 185+24+50=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B91832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91832 is #46E7CD. Grayscale: #4B4B4B. Windows color (decimal): -4646862 or 3283129. OLE color: 3283129.

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

Color convert

RGB1852450-
CMYK00.870.730.27
HSL350.31º77.03%40.98%-
HSV(B)350.31º87.03%72.55%-
XYZ20.9111.24.08-
YUV75.1113.84206.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.43%
GREEN value IS 24 (9.77% from 255) = 9.27%
BLUE value IS 50 (19.92% from 255) = 19.31%
R=71.43%
G=9.27%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185245000.870.730.27350.3177.0340.98
HexB91832057491B15e4d29
Octal271306201271113353611551
Binary1011100111000110010010101111001001110111010111101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91832; }

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

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

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

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

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

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

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

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