#B42736

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

Shades of Cardinal #B42736

Tints of Cardinal #B42736

Color information

#B42736 (or 0xB42736) is unknown color: approx Cardinal. HEX triplet: B4, 27 and 36. RGB value is (180,39,54). Sum of RGB (Red+Green+Blue) = 180+39+54=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B42736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42736 is #4BD8C9. Grayscale: #525252. Windows color (decimal): -4970698 or 3549108. OLE color: 3549108.

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

Color convert

RGB1803954-
CMYK00.780.70.29
HSL353.62º64.38%42.94%-
HSV(B)353.62º78.33%70.59%-
XYZ20.2111.424.63-
YUV82.87111.71197.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.93%
GREEN value IS 39 (15.62% from 255) = 14.29%
BLUE value IS 54 (21.48% from 255) = 19.78%
R=65.93%
G=14.29%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180395400.780.70.29353.6264.3842.94
HexB4273604E461D162402b
Octal264476601161063554210053
Binary10110100100111110110010011101000110111011011000101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42736; }

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

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

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

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

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

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

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

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