#9A0B15

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

Shades of Carmine #9A0B15

Tints of Carmine #9A0B15

Color information

#9A0B15 (or 0x9A0B15) is unknown color: approx Carmine. HEX triplet: 9A, 0B and 15. RGB value is (154,11,21). Sum of RGB (Red+Green+Blue) = 154+11+21=186 (24% of max value = 765). Red value is 154 (60.55% from 255 or 82.80% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0B15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0B15 is #65F4EA. Grayscale: #373737. Windows color (decimal): -6681835 or 1379226. OLE color: 1379226.

HSL color Cylindrical-coordinate representation of color #9A0B15: hue angle of 355.8º 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 #9A0B15 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB1541121-
CMYK00.930.860.40
HSL355.8º86.67%32.35%-
HSV(B)355.8º92.86%60.39%-
XYZ13.587.161.38-
YUV54.9108.88198.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 82.80%
GREEN value IS 11 (4.69% from 255) = 5.91%
BLUE value IS 21 (8.59% from 255) = 11.29%
R=82.80%
G=5.91%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154112100.930.860.40355.886.6732.35
Hex9AB1505D56281645720
Octal232132501351265054412740
Binary100110101011101010101110110101101010001011001001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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