#9A0A1B

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

Shades of Carmine #9A0A1B

Tints of Carmine #9A0A1B

Color information

#9A0A1B (or 0x9A0A1B) is unknown color: approx Carmine. HEX triplet: 9A, 0A and 1B. RGB value is (154,10,27). Sum of RGB (Red+Green+Blue) = 154+10+27=191 (25% of max value = 765). Red value is 154 (60.55% from 255 or 80.63% from 191); Green value is 10 (4.30% from 255 or 5.24% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0A1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0A1B is #65F5E4. Grayscale: #373737. Windows color (decimal): -6682085 or 1772186. OLE color: 1772186.

HSL color Cylindrical-coordinate representation of color #9A0A1B: hue angle of 352.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 #9A0A1B is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1541027-
CMYK00.940.820.40
HSL352.92º87.8%32.16%-
HSV(B)352.92º93.51%60.39%-
XYZ13.637.171.7-
YUV54.99112.21198.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 80.63%
GREEN value IS 10 (4.30% from 255) = 5.24%
BLUE value IS 27 (10.94% from 255) = 14.14%
R=80.63%
G=5.24%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154102700.940.820.40352.9287.832.16
Hex9AA1B05E52281615820
Octal232123301361225054113040
Binary100110101010110110101111010100101010001011000011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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