#980A21

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

Shades of Carmine #980A21

Tints of Carmine #980A21

Color information

#980A21 (or 0x980A21) is unknown color: approx Carmine. HEX triplet: 98, 0A and 21. RGB value is (152,10,33). Sum of RGB (Red+Green+Blue) = 152+10+33=195 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.95% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 152 - color contains mainly: red. Hex color #980A21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980A21 is #67F5DE. Grayscale: #373737. Windows color (decimal): -6813151 or 2165400. OLE color: 2165400.

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

Color convert

RGB1521033-
CMYK00.930.780.40
HSL350.28º87.65%31.76%-
HSV(B)350.28º93.42%59.61%-
XYZ13.3372.09-
YUV55.08115.54197.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 77.95%
GREEN value IS 10 (4.30% from 255) = 5.13%
BLUE value IS 33 (13.28% from 255) = 16.92%
R=77.95%
G=5.13%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152103300.930.780.40350.2887.6531.76
Hex98A2105D4E2815e5820
Octal230124101351165053613040
Binary1001100010101000010101110110011101010001010111101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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