#A90A1A

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

Shades of Carmine #A90A1A

Tints of Carmine #A90A1A

Color information

#A90A1A (or 0xA90A1A) is unknown color: approx Carmine. HEX triplet: A9, 0A and 1A. RGB value is (169,10,26). Sum of RGB (Red+Green+Blue) = 169+10+26=205 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.44% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90A1A is #56F5E5. Grayscale: #3B3B3B. Windows color (decimal): -5699046 or 1706665. OLE color: 1706665.

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

Color convert

RGB1691026-
CMYK00.940.850.34
HSL353.96º88.83%35.1%-
HSV(B)353.96º94.08%66.27%-
XYZ16.668.731.78-
YUV59.36109.18206.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 82.44%
GREEN value IS 10 (4.30% from 255) = 4.88%
BLUE value IS 26 (10.55% from 255) = 12.68%
R=82.44%
G=4.88%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169102600.940.850.34353.9688.8335.1
HexA9A1A05E55221625923
Octal251123201361254254213143
Binary101010011010110100101111010101011000101011000101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90A1A; }

 p { color: rgb(169,10,26); }

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

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

 a { background-color: rgb(169,10,26); }

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

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

 span { border-color: rgb(169,10,26); }

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