#B91739

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

Shades of Cardinal #B91739

Tints of Cardinal #B91739

Color information

#B91739 (or 0xB91739) is unknown color: approx Cardinal. HEX triplet: B9, 17 and 39. RGB value is (185,23,57). Sum of RGB (Red+Green+Blue) = 185+23+57=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B91739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91739 is #46E8C6. Grayscale: #4B4B4B. Windows color (decimal): -4647111 or 3741625. OLE color: 3741625.

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

Color convert

RGB1852357-
CMYK00.880.690.27
HSL347.41º77.88%40.78%-
HSV(B)347.41º87.57%72.55%-
XYZ21.0511.224.93-
YUV75.31117.67206.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 69.81%
GREEN value IS 23 (9.38% from 255) = 8.68%
BLUE value IS 57 (22.66% from 255) = 21.51%
R=69.81%
G=8.68%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185235700.880.690.27347.4177.8840.78
HexB91739058451B15b4e29
Octal271277101301053353311651
Binary1011100110111111001010110001000101110111010110111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91739; }

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

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

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

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

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

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

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

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