#B91239

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

Shades of Cardinal #B91239

Tints of Cardinal #B91239

Color information

#B91239 (or 0xB91239) is unknown color: approx Cardinal. HEX triplet: B9, 12 and 39. RGB value is (185,18,57). Sum of RGB (Red+Green+Blue) = 185+18+57=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B91239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91239 is #46EDC6. Grayscale: #484848. Windows color (decimal): -4648391 or 3740345. OLE color: 3740345.

HSL color Cylindrical-coordinate representation of color #B91239: hue angle of 345.99º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B91239 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB1851857-
CMYK00.900.690.27
HSL345.99º82.27%39.8%-
HSV(B)345.99º90.27%72.55%-
XYZ20.9611.044.9-
YUV72.38119.33208.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.15%
GREEN value IS 18 (7.42% from 255) = 6.92%
BLUE value IS 57 (22.66% from 255) = 21.92%
R=71.15%
G=6.92%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185185700.900.690.27345.9982.2739.8
HexB9123905A451B15a5228
Octal271227101321053353212250
Binary1011100110010111001010110101000101110111010110101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91239; }

 p { color: rgb(185,18,57); }

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

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

 a { background-color: rgb(185,18,57); }

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

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

 span { border-color: rgb(185,18,57); }

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