#9A0F2C

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

Shades of Carmine #9A0F2C

Tints of Carmine #9A0F2C

Color information

#9A0F2C (or 0x9A0F2C) is unknown color: approx Carmine. HEX triplet: 9A, 0F and 2C. RGB value is (154,15,44). Sum of RGB (Red+Green+Blue) = 154+15+44=213 (28% of max value = 765). Red value is 154 (60.55% from 255 or 72.30% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0F2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0F2C is #65F0D3. Grayscale: #3B3B3B. Windows color (decimal): -6680788 or 2887578. OLE color: 2887578.

HSL color Cylindrical-coordinate representation of color #9A0F2C: hue angle of 347.48º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A0F2C is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB1541544-
CMYK00.900.710.40
HSL347.48º82.25%33.14%-
HSV(B)347.48º90.26%60.39%-
XYZ13.957.393.07-
YUV59.87119.05195.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 72.30%
GREEN value IS 15 (6.25% from 255) = 7.04%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=72.30%
G=7.04%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154154400.900.710.40347.4882.2533.14
Hex9AF2C05A472815b5221
Octal232175401321075053312241
Binary1001101011111011000101101010001111010001010110111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,15,44); }

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

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

 a { background-color: rgb(154,15,44); }

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

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

 span { border-color: rgb(154,15,44); }

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