#9A1019

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

Shades of Carmine #9A1019

Tints of Carmine #9A1019

Color information

#9A1019 (or 0x9A1019) is unknown color: approx Carmine. HEX triplet: 9A, 10 and 19. RGB value is (154,16,25). Sum of RGB (Red+Green+Blue) = 154+16+25=195 (25% of max value = 765). Red value is 154 (60.55% from 255 or 78.97% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1019 is #65EFE6. Grayscale: #3A3A3A. Windows color (decimal): -6680551 or 1642650. OLE color: 1642650.

HSL color Cylindrical-coordinate representation of color #9A1019: hue angle of 356.09º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A1019 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB1541625-
CMYK00.900.840.40
HSL356.09º81.18%33.33%-
HSV(B)356.09º89.61%60.39%-
XYZ13.697.311.61-
YUV58.29109.22196.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 78.97%
GREEN value IS 16 (6.64% from 255) = 8.21%
BLUE value IS 25 (10.16% from 255) = 12.82%
R=78.97%
G=8.21%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154162500.900.840.40356.0981.1833.33
Hex9A101905A54281645121
Octal232203101321245054412141
Binary1001101010000110010101101010101001010001011001001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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