#B12037

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

Shades of Cardinal #B12037

Tints of Cardinal #B12037

Color information

#B12037 (or 0xB12037) is unknown color: approx Cardinal. HEX triplet: B1, 20 and 37. RGB value is (177,32,55). Sum of RGB (Red+Green+Blue) = 177+32+55=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B12037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12037 is #4EDFC8. Grayscale: #4E4E4E. Windows color (decimal): -5169097 or 3612849. OLE color: 3612849.

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

Color convert

RGB1773255-
CMYK00.820.690.31
HSL350.48º69.38%40.98%-
HSV(B)350.48º81.92%69.41%-
XYZ19.3410.664.65-
YUV77.98115.04198.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.05%
GREEN value IS 32 (12.89% from 255) = 12.12%
BLUE value IS 55 (21.88% from 255) = 20.83%
R=67.05%
G=12.12%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177325500.820.690.31350.4869.3840.98
HexB12037052451F15e4529
Octal261406701221053753610551
Binary10110001100000110111010100101000101111111010111101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12037; }

 p { color: rgb(177,32,55); }

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

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

 a { background-color: rgb(177,32,55); }

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

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

 span { border-color: rgb(177,32,55); }

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