#A90031

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

Shades of Carmine #A90031

Tints of Carmine #A90031

Color information

#A90031 (or 0xA90031) is unknown color: approx Carmine. HEX triplet: A9, 00 and 31. RGB value is (169,0,49). Sum of RGB (Red+Green+Blue) = 169+0+49=218 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.52% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 169 - color contains mainly: red. Hex color #A90031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90031 is #56FFCE. Grayscale: #383838. Windows color (decimal): -5701583 or 3211433. OLE color: 3211433.

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

Color convert

RGB169049-
CMYK010.710.34
HSL342.6º100%33.14%-
HSV(B)342.6º100%66.27%-
XYZ16.928.663.69-
YUV56.12123.99208.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 77.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 22.48%
R=77.52%
G=0%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169049010.710.34342.610033.14
HexA903106447221576421
Octal25106101441074252714441
Binary1010100101100010110010010001111000101010101111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90031; }

 p { color: rgb(169,0,49); }

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

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

 a { background-color: rgb(169,0,49); }

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

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

 span { border-color: rgb(169,0,49); }

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