#A90C20

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

Shades of Carmine #A90C20

Tints of Carmine #A90C20

Color information

#A90C20 (or 0xA90C20) is unknown color: approx Carmine. HEX triplet: A9, 0C and 20. RGB value is (169,12,32). Sum of RGB (Red+Green+Blue) = 169+12+32=213 (28% of max value = 765). Red value is 169 (66.41% from 255 or 79.34% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90C20 is #56F3DF. Grayscale: #3D3D3D. Windows color (decimal): -5698528 or 2100393. OLE color: 2100393.

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

Color convert

RGB1691232-
CMYK00.930.810.34
HSL352.36º86.74%35.49%-
HSV(B)352.36º92.9%66.27%-
XYZ16.758.82.18-
YUV61.22111.51204.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 79.34%
GREEN value IS 12 (5.08% from 255) = 5.63%
BLUE value IS 32 (12.89% from 255) = 15.02%
R=79.34%
G=5.63%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169123200.930.810.34352.3686.7435.49
HexA9C2005D51221605723
Octal251144001351214254012743
Binary1010100111001000000101110110100011000101011000001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90C20; }

 p { color: rgb(169,12,32); }

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

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

 a { background-color: rgb(169,12,32); }

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

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

 span { border-color: rgb(169,12,32); }

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