#980A2D

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

Shades of Carmine #980A2D

Tints of Carmine #980A2D

Color information

#980A2D (or 0x980A2D) is unknown color: approx Carmine. HEX triplet: 98, 0A and 2D. RGB value is (152,10,45). Sum of RGB (Red+Green+Blue) = 152+10+45=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #980A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980A2D is #67F5D2. Grayscale: #383838. Windows color (decimal): -6813139 or 2951832. OLE color: 2951832.

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

Color convert

RGB1521045-
CMYK00.930.700.40
HSL345.21º87.65%31.76%-
HSV(B)345.21º93.42%59.61%-
XYZ13.537.083.14-
YUV56.45121.54196.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.43%
GREEN value IS 10 (4.30% from 255) = 4.83%
BLUE value IS 45 (17.97% from 255) = 21.74%
R=73.43%
G=4.83%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152104500.930.700.40345.2187.6531.76
Hex98A2D05D46281595820
Octal230125501351065053113040
Binary1001100010101011010101110110001101010001010110011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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