#A90E23

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

Shades of Carmine #A90E23

Tints of Carmine #A90E23

Color information

#A90E23 (or 0xA90E23) is unknown color: approx Carmine. HEX triplet: A9, 0E and 23. RGB value is (169,14,35). Sum of RGB (Red+Green+Blue) = 169+14+35=218 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.52% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90E23 is #56F1DC. Grayscale: #3E3E3E. Windows color (decimal): -5698013 or 2297513. OLE color: 2297513.

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

Color convert

RGB1691435-
CMYK00.920.790.34
HSL351.87º84.7%35.88%-
HSV(B)351.87º91.72%66.27%-
XYZ16.828.872.42-
YUV62.74112.35203.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 77.52%
GREEN value IS 14 (5.86% from 255) = 6.42%
BLUE value IS 35 (14.06% from 255) = 16.06%
R=77.52%
G=6.42%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169143500.920.790.34351.8784.735.88
HexA9E2305C4F221605524
Octal251164301341174254012544
Binary1010100111101000110101110010011111000101011000001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90E23; }

 p { color: rgb(169,14,35); }

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

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

 a { background-color: rgb(169,14,35); }

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

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

 span { border-color: rgb(169,14,35); }

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