#A80F2E

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

Shades of Carmine #A80F2E

Tints of Carmine #A80F2E

Color information

#A80F2E (or 0xA80F2E) is unknown color: approx Carmine. HEX triplet: A8, 0F and 2E. RGB value is (168,15,46). Sum of RGB (Red+Green+Blue) = 168+15+46=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80F2E is #57F0D1. Grayscale: #404040. Windows color (decimal): -5763282 or 3018664. OLE color: 3018664.

HSL color Cylindrical-coordinate representation of color #A80F2E: hue angle of 347.84º 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 #A80F2E is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB1681546-
CMYK00.910.730.34
HSL347.84º83.61%35.88%-
HSV(B)347.84º91.07%65.88%-
XYZ16.818.863.41-
YUV64.28117.69201.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 73.36%
GREEN value IS 15 (6.25% from 255) = 6.55%
BLUE value IS 46 (18.36% from 255) = 20.09%
R=73.36%
G=6.55%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168154600.910.730.34347.8483.6135.88
HexA8F2E05B492215c5424
Octal250175601331114253412444
Binary1010100011111011100101101110010011000101010111001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80F2E; }

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

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

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

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

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

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

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

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