#980818

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

Shades of Carmine #980818

Tints of Carmine #980818

Color information

#980818 (or 0x980818) is unknown color: approx Carmine. HEX triplet: 98, 08 and 18. RGB value is (152,8,24). Sum of RGB (Red+Green+Blue) = 152+8+24=184 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.61% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 152 - color contains mainly: red. Hex color #980818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980818 is #67F7E7. Grayscale: #343434. Windows color (decimal): -6813672 or 1575064. OLE color: 1575064.

HSL color Cylindrical-coordinate representation of color #980818: hue angle of 353.33º 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 #980818 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB152824-
CMYK00.950.840.40
HSL353.33º90%31.37%-
HSV(B)353.33º94.74%59.61%-
XYZ13.26.921.5-
YUV52.88111.71198.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 82.61%
GREEN value IS 8 (3.52% from 255) = 4.35%
BLUE value IS 24 (9.77% from 255) = 13.04%
R=82.61%
G=4.35%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15282400.950.840.40353.339031.37
Hex9881805F54281615a1f
Octal230103001371245054113237
Binary10011000100011000010111111010100101000101100001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980818; }

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

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

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

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

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

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

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

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