#B42436

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

Shades of Cardinal #B42436

Tints of Cardinal #B42436

Color information

#B42436 (or 0xB42436) is unknown color: approx Cardinal. HEX triplet: B4, 24 and 36. RGB value is (180,36,54). Sum of RGB (Red+Green+Blue) = 180+36+54=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B42436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42436 is #4BDBC9. Grayscale: #515151. Windows color (decimal): -4971466 or 3548340. OLE color: 3548340.

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

Color convert

RGB1803654-
CMYK00.80.70.29
HSL352.5º66.67%42.35%-
HSV(B)352.5º80%70.59%-
XYZ20.1211.234.6-
YUV81.11112.71198.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.67%
GREEN value IS 36 (14.45% from 255) = 13.33%
BLUE value IS 54 (21.48% from 255) = 20%
R=66.67%
G=13.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180365400.80.70.29352.566.6742.35
HexB42436050461D160432a
Octal264446601201063554010352
Binary10110100100100110110010100001000110111011011000001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42436; }

 p { color: rgb(180,36,54); }

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

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

 a { background-color: rgb(180,36,54); }

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

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

 span { border-color: rgb(180,36,54); }

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