#B12A37

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

Shades of Cardinal #B12A37

Tints of Cardinal #B12A37

Color information

#B12A37 (or 0xB12A37) is unknown color: approx Cardinal. HEX triplet: B1, 2A and 37. RGB value is (177,42,55). Sum of RGB (Red+Green+Blue) = 177+42+55=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B12A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12A37 is #4ED5C8. Grayscale: #535353. Windows color (decimal): -5166537 or 3615409. OLE color: 3615409.

HSL color Cylindrical-coordinate representation of color #B12A37: hue angle of 354.22º 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 #B12A37 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1774255-
CMYK00.760.690.31
HSL354.22º61.64%42.94%-
HSV(B)354.22º76.27%69.41%-
XYZ19.6511.284.76-
YUV83.85111.73194.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.60%
GREEN value IS 42 (16.80% from 255) = 15.33%
BLUE value IS 55 (21.88% from 255) = 20.07%
R=64.60%
G=15.33%
B=20.07%

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
Decimal177425500.760.690.31354.2261.6442.94
HexB12A3704C451F1623e2b
Octal26152670114105375427653
Binary1011000110101011011101001100100010111111101100010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12A37; }

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

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

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

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

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

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

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

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