#9A0219

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

Shades of Carmine #9A0219

Tints of Carmine #9A0219

Color information

#9A0219 (or 0x9A0219) is unknown color: approx Carmine. HEX triplet: 9A, 02 and 19. RGB value is (154,2,25). Sum of RGB (Red+Green+Blue) = 154+2+25=181 (23% of max value = 765). Red value is 154 (60.55% from 255 or 85.08% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0219 is #65FDE6. Grayscale: #323232. Windows color (decimal): -6684135 or 1639066. OLE color: 1639066.

HSL color Cylindrical-coordinate representation of color #9A0219: hue angle of 350.92º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A0219 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB154225-
CMYK00.990.840.40
HSL350.92º97.44%30.59%-
HSV(B)350.92º98.7%60.39%-
XYZ13.526.981.55-
YUV50.07113.86202.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 85.08%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 25 (10.16% from 255) = 13.81%
R=85.08%
G=1.10%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15422500.990.840.40350.9297.4430.59
Hex9A219063542815f611f
Octal23223101431245053714137
Binary100110101011001011000111010100101000101011111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A0219; }

 p { color: rgb(154,2,25); }

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

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

 a { background-color: rgb(154,2,25); }

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

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

 span { border-color: rgb(154,2,25); }

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