#A90015

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

Shades of Carmine #A90015

Tints of Carmine #A90015

Color information

#A90015 (or 0xA90015) is unknown color: approx Carmine. HEX triplet: A9, 00 and 15. RGB value is (169,0,21). Sum of RGB (Red+Green+Blue) = 169+0+21=190 (25% of max value = 765). Red value is 169 (66.41% from 255 or 88.95% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 169 - color contains mainly: red. Hex color #A90015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90015 is #56FFEA. Grayscale: #353535. Windows color (decimal): -5701611 or 1376425. OLE color: 1376425.

HSL color Cylindrical-coordinate representation of color #A90015: hue angle of 352.54º 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 #A90015 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB169021-
CMYK010.880.34
HSL352.54º100%33.14%-
HSV(B)352.54º100%66.27%-
XYZ16.58.491.48-
YUV52.92109.99210.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 88.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 11.05%
R=88.95%
G=0%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169021010.880.34352.5410033.14
HexA901506458221616421
Octal25102501441304254114441
Binary101010010101010110010010110001000101011000011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90015; }

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

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

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

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

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

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

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

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