#B42739

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

Shades of Cardinal #B42739

Tints of Cardinal #B42739

Color information

#B42739 (or 0xB42739) is unknown color: approx Cardinal. HEX triplet: B4, 27 and 39. RGB value is (180,39,57). Sum of RGB (Red+Green+Blue) = 180+39+57=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B42739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42739 is #4BD8C6. Grayscale: #535353. Windows color (decimal): -4970695 or 3745716. OLE color: 3745716.

HSL color Cylindrical-coordinate representation of color #B42739: hue angle of 352.34º 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 #B42739 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1803957-
CMYK00.780.680.29
HSL352.34º64.38%42.94%-
HSV(B)352.34º78.33%70.59%-
XYZ20.2911.455.01-
YUV83.21113.21197.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.22%
GREEN value IS 39 (15.62% from 255) = 14.13%
BLUE value IS 57 (22.66% from 255) = 20.65%
R=65.22%
G=14.13%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180395700.780.680.29352.3464.3842.94
HexB4273904E441D160402b
Octal264477101161043554010053
Binary10110100100111111001010011101000100111011011000001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42739; }

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

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

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

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

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

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

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

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