#A7092A

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

Shades of Carmine #A7092A

Tints of Carmine #A7092A

Color information

#A7092A (or 0xA7092A) is unknown color: approx Carmine. HEX triplet: A7, 09 and 2A. RGB value is (167,9,42). Sum of RGB (Red+Green+Blue) = 167+9+42=218 (28% of max value = 765). Red value is 167 (65.62% from 255 or 76.61% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 167 - color contains mainly: red. Hex color #A7092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7092A is #58F6D5. Grayscale: #3C3C3C. Windows color (decimal): -5830358 or 2754983. OLE color: 2754983.

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

Color convert

RGB167942-
CMYK00.950.750.35
HSL347.47º89.77%34.51%-
HSV(B)347.47º94.61%65.49%-
XYZ16.458.582.98-
YUV60117.85204.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 76.61%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 42 (16.80% from 255) = 19.27%
R=76.61%
G=4.13%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16794200.950.750.35347.4789.7734.51
HexA792A05F4B2315b5a23
Octal247115201371134353313243
Binary1010011110011010100101111110010111000111010110111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7092A; }

 p { color: rgb(167,9,42); }

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

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

 a { background-color: rgb(167,9,42); }

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

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

 span { border-color: rgb(167,9,42); }

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