#B42428

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

Shades of Cardinal #B42428

Tints of Cardinal #B42428

Color information

#B42428 (or 0xB42428) is unknown color: approx Cardinal. HEX triplet: B4, 24 and 28. RGB value is (180,36,40). Sum of RGB (Red+Green+Blue) = 180+36+40=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B42428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42428 is #4BDBD7. Grayscale: #4F4F4F. Windows color (decimal): -4971480 or 2630836. OLE color: 2630836.

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

Color convert

RGB1803640-
CMYK00.80.780.29
HSL358.33º66.67%42.35%-
HSV(B)358.33º80%70.59%-
XYZ19.8411.123.11-
YUV79.51105.71199.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 70.31%
GREEN value IS 36 (14.45% from 255) = 14.06%
BLUE value IS 40 (16.02% from 255) = 15.62%
R=70.31%
G=14.06%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180364000.80.780.29358.3366.6742.35
HexB424280504E1D166432a
Octal264445001201163554610352
Binary10110100100100101000010100001001110111011011001101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42428; }

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

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

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

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

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

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

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

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