#B12537

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

Shades of Cardinal #B12537

Tints of Cardinal #B12537

Color information

#B12537 (or 0xB12537) is unknown color: approx Cardinal. HEX triplet: B1, 25 and 37. RGB value is (177,37,55). Sum of RGB (Red+Green+Blue) = 177+37+55=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B12537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12537 is #4EDAC8. Grayscale: #505050. Windows color (decimal): -5167817 or 3614129. OLE color: 3614129.

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

Color convert

RGB1773755-
CMYK00.790.690.31
HSL352.29º65.42%41.96%-
HSV(B)352.29º79.1%69.41%-
XYZ19.4810.954.7-
YUV80.91113.38196.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.80%
GREEN value IS 37 (14.84% from 255) = 13.75%
BLUE value IS 55 (21.88% from 255) = 20.45%
R=65.80%
G=13.75%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177375500.790.690.31352.2965.4241.96
HexB1253704F451F160412a
Octal261456701171053754010152
Binary10110001100101110111010011111000101111111011000001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12537; }

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

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

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

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

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

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

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

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