#9A0A27

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

Shades of Carmine #9A0A27

Tints of Carmine #9A0A27

Color information

#9A0A27 (or 0x9A0A27) is unknown color: approx Carmine. HEX triplet: 9A, 0A and 27. RGB value is (154,10,39). Sum of RGB (Red+Green+Blue) = 154+10+39=203 (26% of max value = 765). Red value is 154 (60.55% from 255 or 75.86% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0A27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0A27 is #65F5D8. Grayscale: #383838. Windows color (decimal): -6682073 or 2558618. OLE color: 2558618.

HSL color Cylindrical-coordinate representation of color #9A0A27: hue angle of 347.92º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0A27 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB1541039-
CMYK00.940.750.40
HSL347.92º87.8%32.16%-
HSV(B)347.92º93.51%60.39%-
XYZ13.87.232.59-
YUV56.36118.21197.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 75.86%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=75.86%
G=4.93%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154103900.940.750.40347.9287.832.16
Hex9AA2705E4B2815c5820
Octal232124701361135053413040
Binary1001101010101001110101111010010111010001010111001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,10,39); }

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

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

 a { background-color: rgb(154,10,39); }

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

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

 span { border-color: rgb(154,10,39); }

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