#A00428

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

Shades of Carmine #A00428

Tints of Carmine #A00428

Color information

#A00428 (or 0xA00428) is unknown color: approx Carmine. HEX triplet: A0, 04 and 28. RGB value is (160,4,40). Sum of RGB (Red+Green+Blue) = 160+4+40=204 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.43% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 40 (16.02% from 255 or 19.61% from 204); Max value from RGB is 160 - color contains mainly: red. Hex color #A00428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00428 is #5FFBD7. Grayscale: #363636. Windows color (decimal): -6290392 or 2622624. OLE color: 2622624.

HSL color Cylindrical-coordinate representation of color #A00428: hue angle of 346.15º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00428 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB160440-
CMYK00.980.750.37
HSL346.15º95.12%32.16%-
HSV(B)346.15º97.5%62.75%-
XYZ14.927.712.71-
YUV54.75119.68203.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 78.43%
GREEN value IS 4 (1.95% from 255) = 1.96%
BLUE value IS 40 (16.02% from 255) = 19.61%
R=78.43%
G=1.96%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16044000.980.750.37346.1595.1232.16
HexA04280624B2515a5f20
Octal24045001421134553213740
Binary101000001001010000110001010010111001011010110101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00428; }

 p { color: rgb(160,4,40); }

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

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

 a { background-color: rgb(160,4,40); }

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

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

 span { border-color: rgb(160,4,40); }

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