#B12337

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

Shades of Cardinal #B12337

Tints of Cardinal #B12337

Color information

#B12337 (or 0xB12337) is unknown color: approx Cardinal. HEX triplet: B1, 23 and 37. RGB value is (177,35,55). Sum of RGB (Red+Green+Blue) = 177+35+55=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B12337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12337 is #4EDCC8. Grayscale: #4F4F4F. Windows color (decimal): -5168329 or 3613617. OLE color: 3613617.

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

Color convert

RGB1773555-
CMYK00.800.690.31
HSL351.55º66.98%41.57%-
HSV(B)351.55º80.23%69.41%-
XYZ19.4210.834.68-
YUV79.74114.04197.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.29%
GREEN value IS 35 (14.06% from 255) = 13.11%
BLUE value IS 55 (21.88% from 255) = 20.60%
R=66.29%
G=13.11%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177355500.800.690.31351.5566.9841.57
HexB12337050451F160432a
Octal261436701201053754010352
Binary10110001100011110111010100001000101111111011000001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12337; }

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

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

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

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

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

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

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

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