#A90816

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

Shades of Carmine #A90816

Tints of Carmine #A90816

Color information

#A90816 (or 0xA90816) is unknown color: approx Carmine. HEX triplet: A9, 08 and 16. RGB value is (169,8,22). Sum of RGB (Red+Green+Blue) = 169+8+22=199 (26% of max value = 765). Red value is 169 (66.41% from 255 or 84.92% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 169 - color contains mainly: red. Hex color #A90816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90816 is #56F7E9. Grayscale: #393939. Windows color (decimal): -5699562 or 1444009. OLE color: 1444009.

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

Color convert

RGB169822-
CMYK00.950.870.34
HSL354.78º90.96%34.71%-
HSV(B)354.78º95.27%66.27%-
XYZ16.598.671.56-
YUV57.74107.84207.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 84.92%
GREEN value IS 8 (3.52% from 255) = 4.02%
BLUE value IS 22 (8.98% from 255) = 11.06%
R=84.92%
G=4.02%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16982200.950.870.34354.7890.9634.71
HexA981605F57221635b23
Octal251102601371274254313343
Binary101010011000101100101111110101111000101011000111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90816; }

 p { color: rgb(169,8,22); }

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

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

 a { background-color: rgb(169,8,22); }

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

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

 span { border-color: rgb(169,8,22); }

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