#A8042A

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

Shades of Carmine #A8042A

Tints of Carmine #A8042A

Color information

#A8042A (or 0xA8042A) is unknown color: approx Carmine. HEX triplet: A8, 04 and 2A. RGB value is (168,4,42). Sum of RGB (Red+Green+Blue) = 168+4+42=214 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.50% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 168 - color contains mainly: red. Hex color #A8042A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8042A is #57FBD5. Grayscale: #393939. Windows color (decimal): -5766102 or 2753704. OLE color: 2753704.

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

Color convert

RGB168442-
CMYK00.980.750.34
HSL346.1º95.35%33.73%-
HSV(B)346.1º97.62%65.88%-
XYZ16.618.582.97-
YUV57.37119.33206.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 78.50%
GREEN value IS 4 (1.95% from 255) = 1.87%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=78.50%
G=1.87%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16844200.980.750.34346.195.3533.73
HexA842A0624B2215a5f22
Octal25045201421134253213742
Binary101010001001010100110001010010111000101010110101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8042A; }

 p { color: rgb(168,4,42); }

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

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

 a { background-color: rgb(168,4,42); }

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

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

 span { border-color: rgb(168,4,42); }

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