#9A0F2D

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

Shades of Carmine #9A0F2D

Tints of Carmine #9A0F2D

Color information

#9A0F2D (or 0x9A0F2D) is unknown color: approx Carmine. HEX triplet: 9A, 0F and 2D. RGB value is (154,15,45). Sum of RGB (Red+Green+Blue) = 154+15+45=214 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.96% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0F2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0F2D is #65F0D2. Grayscale: #3C3C3C. Windows color (decimal): -6680787 or 2953114. OLE color: 2953114.

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

Color convert

RGB1541545-
CMYK00.900.710.40
HSL347.05º82.25%33.14%-
HSV(B)347.05º90.26%60.39%-
XYZ13.977.43.17-
YUV59.98119.55195.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 71.96%
GREEN value IS 15 (6.25% from 255) = 7.01%
BLUE value IS 45 (17.97% from 255) = 21.03%
R=71.96%
G=7.01%
B=21.03%

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
Decimal154154500.900.710.40347.0582.2533.14
Hex9AF2D05A472815b5221
Octal232175501321075053312241
Binary1001101011111011010101101010001111010001010110111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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