#B12434

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

Shades of Cardinal #B12434

Tints of Cardinal #B12434

Color information

#B12434 (or 0xB12434) is unknown color: approx Cardinal. HEX triplet: B1, 24 and 34. RGB value is (177,36,52). Sum of RGB (Red+Green+Blue) = 177+36+52=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B12434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12434 is #4EDBCB. Grayscale: #505050. Windows color (decimal): -5168076 or 3417265. OLE color: 3417265.

HSL color Cylindrical-coordinate representation of color #B12434: hue angle of 353.19º degrees, saturation: 0.66, 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 #B12434 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB1773652-
CMYK00.800.710.31
HSL353.19º66.2%41.76%-
HSV(B)353.19º79.66%69.41%-
XYZ19.3810.864.32-
YUV79.98112.21197.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.79%
GREEN value IS 36 (14.45% from 255) = 13.58%
BLUE value IS 52 (20.70% from 255) = 19.62%
R=66.79%
G=13.58%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177365200.800.710.31353.1966.241.76
HexB12434050471F161422a
Octal261446401201073754110252
Binary10110001100100110100010100001000111111111011000011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12434; }

 p { color: rgb(177,36,52); }

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

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

 a { background-color: rgb(177,36,52); }

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

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

 span { border-color: rgb(177,36,52); }

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