#B42831

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

Shades of Cardinal #B42831

Tints of Cardinal #B42831

Color information

#B42831 (or 0xB42831) is unknown color: approx Cardinal. HEX triplet: B4, 28 and 31. RGB value is (180,40,49). Sum of RGB (Red+Green+Blue) = 180+40+49=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B42831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42831 is #4BD7CE. Grayscale: #525252. Windows color (decimal): -4970447 or 3221684. OLE color: 3221684.

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

Color convert

RGB1804049-
CMYK00.780.730.29
HSL356.14º63.64%43.14%-
HSV(B)356.14º77.78%70.59%-
XYZ20.1411.444.05-
YUV82.89108.88197.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.91%
GREEN value IS 40 (16.02% from 255) = 14.87%
BLUE value IS 49 (19.53% from 255) = 18.22%
R=66.91%
G=14.87%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180404900.780.730.29356.1463.6443.14
HexB4283104E491D164402b
Octal264506101161113554410053
Binary10110100101000110001010011101001001111011011001001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42831; }

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

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

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

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

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

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

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

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