#980A14

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

Shades of Carmine #980A14

Tints of Carmine #980A14

Color information

#980A14 (or 0x980A14) is unknown color: approx Carmine. HEX triplet: 98, 0A and 14. RGB value is (152,10,20). Sum of RGB (Red+Green+Blue) = 152+10+20=182 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.52% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 152 - color contains mainly: red. Hex color #980A14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980A14 is #67F5EB. Grayscale: #353535. Windows color (decimal): -6813164 or 1313432. OLE color: 1313432.

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

Color convert

RGB1521020-
CMYK00.930.870.40
HSL355.77º87.65%31.76%-
HSV(B)355.77º93.42%59.61%-
XYZ13.186.941.31-
YUV53.6109.04198.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 83.52%
GREEN value IS 10 (4.30% from 255) = 5.49%
BLUE value IS 20 (8.20% from 255) = 10.99%
R=83.52%
G=5.49%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152102000.930.870.40355.7787.6531.76
Hex98A1405D57281645820
Octal230122401351275054413040
Binary100110001010101000101110110101111010001011001001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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