#9A1216

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

Shades of Carmine #9A1216

Tints of Carmine #9A1216

Color information

#9A1216 (or 0x9A1216) is unknown color: approx Carmine. HEX triplet: 9A, 12 and 16. RGB value is (154,18,22). Sum of RGB (Red+Green+Blue) = 154+18+22=194 (25% of max value = 765). Red value is 154 (60.55% from 255 or 79.38% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1216 is #65EDE9. Grayscale: #3B3B3B. Windows color (decimal): -6680042 or 1446554. OLE color: 1446554.

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

Color convert

RGB1541822-
CMYK00.880.860.40
HSL358.24º79.07%33.73%-
HSV(B)358.24º88.31%60.39%-
XYZ13.697.361.46-
YUV59.12107.06195.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 79.38%
GREEN value IS 18 (7.42% from 255) = 9.28%
BLUE value IS 22 (8.98% from 255) = 11.34%
R=79.38%
G=9.28%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154182200.880.860.40358.2479.0733.73
Hex9A121605856281664f22
Octal232222601301265054611742
Binary1001101010010101100101100010101101010001011001101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,18,22); }

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

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

 a { background-color: rgb(154,18,22); }

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

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

 span { border-color: rgb(154,18,22); }

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