#A8052A

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

Shades of Carmine #A8052A

Tints of Carmine #A8052A

Color information

#A8052A (or 0xA8052A) is unknown color: approx Carmine. HEX triplet: A8, 05 and 2A. RGB value is (168,5,42). Sum of RGB (Red+Green+Blue) = 168+5+42=215 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.14% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 168 - color contains mainly: red. Hex color #A8052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8052A is #57FAD5. Grayscale: #393939. Windows color (decimal): -5765846 or 2753960. OLE color: 2753960.

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

Color convert

RGB168542-
CMYK00.970.750.34
HSL346.38º94.22%33.92%-
HSV(B)346.38º97.02%65.88%-
XYZ16.628.62.97-
YUV57.96119206.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 78.14%
GREEN value IS 5 (2.34% from 255) = 2.33%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=78.14%
G=2.33%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16854200.970.750.34346.3894.2233.92
HexA852A0614B2215a5e22
Octal25055201411134253213642
Binary101010001011010100110000110010111000101010110101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8052A; }

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

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

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

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

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

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

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

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