#B91236

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

Shades of Cardinal #B91236

Tints of Cardinal #B91236

Color information

#B91236 (or 0xB91236) is unknown color: approx Cardinal. HEX triplet: B9, 12 and 36. RGB value is (185,18,54). Sum of RGB (Red+Green+Blue) = 185+18+54=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B91236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91236 is #46EDC9. Grayscale: #484848. Windows color (decimal): -4648394 or 3543737. OLE color: 3543737.

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

Color convert

RGB1851854-
CMYK00.900.710.27
HSL347.07º82.27%39.8%-
HSV(B)347.07º90.27%72.55%-
XYZ20.8911.014.51-
YUV72.04117.83208.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.98%
GREEN value IS 18 (7.42% from 255) = 7.00%
BLUE value IS 54 (21.48% from 255) = 21.01%
R=71.98%
G=7.00%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185185400.900.710.27347.0782.2739.8
HexB9123605A471B15b5228
Octal271226601321073353312250
Binary1011100110010110110010110101000111110111010110111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91236; }

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

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

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

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

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

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

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

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