#980812

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

Shades of Carmine #980812

Tints of Carmine #980812

Color information

#980812 (or 0x980812) is unknown color: approx Carmine. HEX triplet: 98, 08 and 12. RGB value is (152,8,18). Sum of RGB (Red+Green+Blue) = 152+8+18=178 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.39% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 152 - color contains mainly: red. Hex color #980812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980812 is #67F7ED. Grayscale: #343434. Windows color (decimal): -6813678 or 1181848. OLE color: 1181848.

HSL color Cylindrical-coordinate representation of color #980812: hue angle of 355.83º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980812 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB152818-
CMYK00.950.880.40
HSL355.83º90%31.37%-
HSV(B)355.83º94.74%59.61%-
XYZ13.146.891.21-
YUV52.2108.71199.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 85.39%
GREEN value IS 8 (3.52% from 255) = 4.49%
BLUE value IS 18 (7.42% from 255) = 10.11%
R=85.39%
G=4.49%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15281800.950.880.40355.839031.37
Hex9881205F58281645a1f
Octal230102201371305054413237
Binary10011000100010010010111111011000101000101100100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980812; }

 p { color: rgb(152,8,18); }

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

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

 a { background-color: rgb(152,8,18); }

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

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

 span { border-color: rgb(152,8,18); }

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