#a80927

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

Shades of Carmine #A80927

Tints of Carmine #A80927

Color information

#A80927 (or 0xA80927) is unknown color: approx Carmine. HEX triplet: A8, 09 and 27. RGB value is (168,9,39). Sum of RGB (Red+Green+Blue) = 168+9+39=216 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.78% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 168 - color contains mainly: red. Hex color #A80927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80927 is #57F6D8. Grayscale: #3C3C3C. Windows color (decimal): -5764825 or 2558376. OLE color: 2558376.

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

Color convert

RGB168939-
CMYK00.950.770.34
HSL348.68º89.83%34.71%-
HSV(B)348.68º94.64%65.88%-
XYZ16.618.672.72-
YUV59.96116.18205.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 77.78%
GREEN value IS 9 (3.91% from 255) = 4.17%
BLUE value IS 39 (15.62% from 255) = 18.06%
R=77.78%
G=4.17%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16893900.950.770.34348.6889.8334.71
HexA892705F4D2215d5a23
Octal250114701371154253513243
Binary1010100010011001110101111110011011000101010111011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a80927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a80927; }

 p { color: rgb(168,9,39); }

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

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

 a { background-color: rgb(168,9,39); }

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

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

 span { border-color: rgb(168,9,39); }

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