#980A1C

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

Shades of Carmine #980A1C

Tints of Carmine #980A1C

Color information

#980A1C (or 0x980A1C) is unknown color: approx Carmine. HEX triplet: 98, 0A and 1C. RGB value is (152,10,28). Sum of RGB (Red+Green+Blue) = 152+10+28=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 28 (11.33% from 255 or 14.74% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #980A1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980A1C is #67F5E3. Grayscale: #363636. Windows color (decimal): -6813156 or 1837720. OLE color: 1837720.

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

Color convert

RGB1521028-
CMYK00.930.820.40
HSL352.39º87.65%31.76%-
HSV(B)352.39º93.42%59.61%-
XYZ13.276.981.75-
YUV54.51113.04197.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 80%
GREEN value IS 10 (4.30% from 255) = 5.26%
BLUE value IS 28 (11.33% from 255) = 14.74%
R=80%
G=5.26%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152102800.930.820.40352.3987.6531.76
Hex98A1C05D52281605820
Octal230123401351225054013040
Binary100110001010111000101110110100101010001011000001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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