#A8092D

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

Shades of Carmine #A8092D

Tints of Carmine #A8092D

Color information

#A8092D (or 0xA8092D) is unknown color: approx Carmine. HEX triplet: A8, 09 and 2D. RGB value is (168,9,45). Sum of RGB (Red+Green+Blue) = 168+9+45=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A8092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8092D is #57F6D2. Grayscale: #3C3C3C. Windows color (decimal): -5764819 or 2951592. OLE color: 2951592.

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

Color convert

RGB168945-
CMYK00.950.730.34
HSL346.42º89.83%34.71%-
HSV(B)346.42º94.64%65.88%-
XYZ16.728.713.28-
YUV60.64119.18204.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 75.68%
GREEN value IS 9 (3.91% from 255) = 4.05%
BLUE value IS 45 (17.97% from 255) = 20.27%
R=75.68%
G=4.05%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16894500.950.730.34346.4289.8334.71
HexA892D05F492215a5a23
Octal250115501371114253213243
Binary1010100010011011010101111110010011000101010110101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8092D; }

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

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

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

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

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

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

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

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