#9A0B1A

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

Shades of Carmine #9A0B1A

Tints of Carmine #9A0B1A

Color information

#9A0B1A (or 0x9A0B1A) is unknown color: approx Carmine. HEX triplet: 9A, 0B and 1A. RGB value is (154,11,26). Sum of RGB (Red+Green+Blue) = 154+11+26=191 (25% of max value = 765). Red value is 154 (60.55% from 255 or 80.63% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0B1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0B1A is #65F4E5. Grayscale: #373737. Windows color (decimal): -6681830 or 1706906. OLE color: 1706906.

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

Color convert

RGB1541126-
CMYK00.930.830.40
HSL353.71º86.67%32.35%-
HSV(B)353.71º92.86%60.39%-
XYZ13.637.181.65-
YUV55.47111.38198.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 80.63%
GREEN value IS 11 (4.69% from 255) = 5.76%
BLUE value IS 26 (10.55% from 255) = 13.61%
R=80.63%
G=5.76%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154112600.930.830.40353.7186.6732.35
Hex9AB1A05D53281625720
Octal232133201351235054212740
Binary100110101011110100101110110100111010001011000101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,11,26); }

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

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

 a { background-color: rgb(154,11,26); }

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

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

 span { border-color: rgb(154,11,26); }

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