#B12A36

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

Shades of Cardinal #B12A36

Tints of Cardinal #B12A36

Color information

#B12A36 (or 0xB12A36) is unknown color: approx Cardinal. HEX triplet: B1, 2A and 36. RGB value is (177,42,54). Sum of RGB (Red+Green+Blue) = 177+42+54=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B12A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12A36 is #4ED5C9. Grayscale: #535353. Windows color (decimal): -5166538 or 3549873. OLE color: 3549873.

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

Color convert

RGB1774254-
CMYK00.760.690.31
HSL354.67º61.64%42.94%-
HSV(B)354.67º76.27%69.41%-
XYZ19.6311.274.63-
YUV83.73111.23194.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.84%
GREEN value IS 42 (16.80% from 255) = 15.38%
BLUE value IS 54 (21.48% from 255) = 19.78%
R=64.84%
G=15.38%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177425400.760.690.31354.6761.6442.94
HexB12A3604C451F1633e2b
Octal26152660114105375437653
Binary1011000110101011011001001100100010111111101100011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12A36; }

 p { color: rgb(177,42,54); }

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

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

 a { background-color: rgb(177,42,54); }

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

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

 span { border-color: rgb(177,42,54); }

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