#A80C28

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

Shades of Carmine #A80C28

Tints of Carmine #A80C28

Color information

#A80C28 (or 0xA80C28) is unknown color: approx Carmine. HEX triplet: A8, 0C and 28. RGB value is (168,12,40). Sum of RGB (Red+Green+Blue) = 168+12+40=220 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.36% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80C28 is #57F3D7. Grayscale: #3D3D3D. Windows color (decimal): -5764056 or 2624680. OLE color: 2624680.

HSL color Cylindrical-coordinate representation of color #A80C28: hue angle of 349.23º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80C28 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB1681240-
CMYK00.930.760.34
HSL349.23º86.67%35.29%-
HSV(B)349.23º92.86%65.88%-
XYZ16.668.742.82-
YUV61.84115.68203.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 76.36%
GREEN value IS 12 (5.08% from 255) = 5.45%
BLUE value IS 40 (16.02% from 255) = 18.18%
R=76.36%
G=5.45%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168124000.930.760.34349.2386.6735.29
HexA8C2805D4C2215d5723
Octal250145001351144253512743
Binary1010100011001010000101110110011001000101010111011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80C28; }

 p { color: rgb(168,12,40); }

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

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

 a { background-color: rgb(168,12,40); }

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

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

 span { border-color: rgb(168,12,40); }

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