#A00F28

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

Shades of Carmine #A00F28

Tints of Carmine #A00F28

Color information

#A00F28 (or 0xA00F28) is unknown color: approx Carmine. HEX triplet: A0, 0F and 28. RGB value is (160,15,40). Sum of RGB (Red+Green+Blue) = 160+15+40=215 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.42% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00F28 is #5FF0D7. Grayscale: #3D3D3D. Windows color (decimal): -6287576 or 2625440. OLE color: 2625440.

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

Color convert

RGB1601540-
CMYK00.910.750.37
HSL349.66º82.86%34.31%-
HSV(B)349.66º90.62%62.75%-
XYZ15.057.972.75-
YUV61.2116.04198.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 74.42%
GREEN value IS 15 (6.25% from 255) = 6.98%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=74.42%
G=6.98%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160154000.910.750.37349.6682.8634.31
HexA0F2805B4B2515e5322
Octal240175001331134553612342
Binary1010000011111010000101101110010111001011010111101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00F28; }

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

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

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

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

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

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

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

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