#9A121A

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

Shades of Carmine #9A121A

Tints of Carmine #9A121A

Color information

#9A121A (or 0x9A121A) is unknown color: approx Carmine. HEX triplet: 9A, 12 and 1A. RGB value is (154,18,26). Sum of RGB (Red+Green+Blue) = 154+18+26=198 (26% of max value = 765). Red value is 154 (60.55% from 255 or 77.78% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 154 - color contains mainly: red. Hex color #9A121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A121A is #65EDE5. Grayscale: #3B3B3B. Windows color (decimal): -6680038 or 1708698. OLE color: 1708698.

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

Color convert

RGB1541826-
CMYK00.880.830.40
HSL356.47º79.07%33.73%-
HSV(B)356.47º88.31%60.39%-
XYZ13.737.381.68-
YUV59.58109.06195.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 77.78%
GREEN value IS 18 (7.42% from 255) = 9.09%
BLUE value IS 26 (10.55% from 255) = 13.13%
R=77.78%
G=9.09%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154182600.880.830.40356.4779.0733.73
Hex9A121A05853281644f22
Octal232223201301235054411742
Binary1001101010010110100101100010100111010001011001001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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