#B32428

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

Shades of Cardinal #B32428

Tints of Cardinal #B32428

Color information

#B32428 (or 0xB32428) is unknown color: approx Cardinal. HEX triplet: B3, 24 and 28. RGB value is (179,36,40). Sum of RGB (Red+Green+Blue) = 179+36+40=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B32428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32428 is #4CDBD7. Grayscale: #4F4F4F. Windows color (decimal): -5037016 or 2630835. OLE color: 2630835.

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

Color convert

RGB1793640-
CMYK00.800.780.30
HSL358.32º66.51%42.16%-
HSV(B)358.32º79.89%70.2%-
XYZ19.6113.1-
YUV79.21105.88199.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 70.20%
GREEN value IS 36 (14.45% from 255) = 14.12%
BLUE value IS 40 (16.02% from 255) = 15.69%
R=70.20%
G=14.12%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179364000.800.780.30358.3266.5142.16
HexB324280504E1E166432a
Octal263445001201163654610352
Binary10110011100100101000010100001001110111101011001101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32428; }

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

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

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

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

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

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

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

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