#A80F2F

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

Shades of Carmine #A80F2F

Tints of Carmine #A80F2F

Color information

#A80F2F (or 0xA80F2F) is unknown color: approx Carmine. HEX triplet: A8, 0F and 2F. RGB value is (168,15,47). Sum of RGB (Red+Green+Blue) = 168+15+47=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80F2F is #57F0D0. Grayscale: #404040. Windows color (decimal): -5763281 or 3084200. OLE color: 3084200.

HSL color Cylindrical-coordinate representation of color #A80F2F: hue angle of 347.45º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A80F2F is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB1681547-
CMYK00.910.720.34
HSL347.45º83.61%35.88%-
HSV(B)347.45º91.07%65.88%-
XYZ16.838.873.51-
YUV64.4118.19201.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 73.04%
GREEN value IS 15 (6.25% from 255) = 6.52%
BLUE value IS 47 (18.75% from 255) = 20.43%
R=73.04%
G=6.52%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168154700.910.720.34347.4583.6135.88
HexA8F2F05B482215b5424
Octal250175701331104253312444
Binary1010100011111011110101101110010001000101010110111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80F2F; }

 p { color: rgb(168,15,47); }

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

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

 a { background-color: rgb(168,15,47); }

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

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

 span { border-color: rgb(168,15,47); }

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