#B42539

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

Shades of Cardinal #B42539

Tints of Cardinal #B42539

Color information

#B42539 (or 0xB42539) is unknown color: approx Cardinal. HEX triplet: B4, 25 and 39. RGB value is (180,37,57). Sum of RGB (Red+Green+Blue) = 180+37+57=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B42539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42539 is #4BDAC6. Grayscale: #525252. Windows color (decimal): -4971207 or 3745204. OLE color: 3745204.

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

Color convert

RGB1803757-
CMYK00.790.680.29
HSL351.61º65.9%42.55%-
HSV(B)351.61º79.44%70.59%-
XYZ20.2211.324.99-
YUV82.04113.88197.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.69%
GREEN value IS 37 (14.84% from 255) = 13.50%
BLUE value IS 57 (22.66% from 255) = 20.80%
R=65.69%
G=13.50%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180375700.790.680.29351.6165.942.55
HexB4253904F441D160422b
Octal264457101171043554010253
Binary10110100100101111001010011111000100111011011000001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42539; }

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

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

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

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

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

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

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

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