#B42839

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

Shades of Cardinal #B42839

Tints of Cardinal #B42839

Color information

#B42839 (or 0xB42839) is unknown color: approx Cardinal. HEX triplet: B4, 28 and 39. RGB value is (180,40,57). Sum of RGB (Red+Green+Blue) = 180+40+57=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B42839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42839 is #4BD7C6. Grayscale: #535353. Windows color (decimal): -4970439 or 3745972. OLE color: 3745972.

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

Color convert

RGB1804057-
CMYK00.780.680.29
HSL352.71º63.64%43.14%-
HSV(B)352.71º77.78%70.59%-
XYZ20.3211.525.02-
YUV83.8112.88196.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.98%
GREEN value IS 40 (16.02% from 255) = 14.44%
BLUE value IS 57 (22.66% from 255) = 20.58%
R=64.98%
G=14.44%
B=20.58%

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
Decimal180405700.780.680.29352.7163.6443.14
HexB4283904E441D161402b
Octal264507101161043554110053
Binary10110100101000111001010011101000100111011011000011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42839; }

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

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

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

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

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

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

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

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