#980A2C

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

Shades of Carmine #980A2C

Tints of Carmine #980A2C

Color information

#980A2C (or 0x980A2C) is unknown color: approx Carmine. HEX triplet: 98, 0A and 2C. RGB value is (152,10,44). Sum of RGB (Red+Green+Blue) = 152+10+44=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #980A2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980A2C is #67F5D3. Grayscale: #383838. Windows color (decimal): -6813140 or 2886296. OLE color: 2886296.

HSL color Cylindrical-coordinate representation of color #980A2C: hue angle of 345.63º degrees, saturation: 0.88, 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 #980A2C is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB1521044-
CMYK00.930.710.40
HSL345.63º87.65%31.76%-
HSV(B)345.63º93.42%59.61%-
XYZ13.517.073.04-
YUV56.33121.04196.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.79%
GREEN value IS 10 (4.30% from 255) = 4.85%
BLUE value IS 44 (17.58% from 255) = 21.36%
R=73.79%
G=4.85%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152104400.930.710.40345.6387.6531.76
Hex98A2C05D472815a5820
Octal230125401351075053213040
Binary1001100010101011000101110110001111010001010110101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980A2C; }

 p { color: rgb(152,10,44); }

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

<style>
 a { background-color: #980A2C; }

 a { background-color: rgb(152,10,44); }

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

<style>
 span { border-color: #980A2C; }

 span { border-color: rgb(152,10,44); }

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