#A9071E

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

Shades of Carmine #A9071E

Tints of Carmine #A9071E

Color information

#A9071E (or 0xA9071E) is unknown color: approx Carmine. HEX triplet: A9, 07 and 1E. RGB value is (169,7,30). Sum of RGB (Red+Green+Blue) = 169+7+30=206 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.04% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 169 - color contains mainly: red. Hex color #A9071E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9071E is #56F8E1. Grayscale: #3A3A3A. Windows color (decimal): -5699810 or 1968041. OLE color: 1968041.

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

Color convert

RGB169730-
CMYK00.960.820.34
HSL351.48º92.05%34.51%-
HSV(B)351.48º95.86%66.27%-
XYZ16.678.682.03-
YUV58.06112.17207.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 82.04%
GREEN value IS 7 (3.12% from 255) = 3.40%
BLUE value IS 30 (12.11% from 255) = 14.56%
R=82.04%
G=3.40%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16973000.960.820.34351.4892.0534.51
HexA971E060522215f5c23
Octal25173601401224253713443
Binary10101001111111100110000010100101000101010111111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9071E; }

 p { color: rgb(169,7,30); }

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

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

 a { background-color: rgb(169,7,30); }

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

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

 span { border-color: rgb(169,7,30); }

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