Html Css Color HEX #980818 Carmine

📋 copy color: '#980818'

red 152 ◦ green 8 ◦ blue 24

#980818
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #980818

Tints of Carmine #980818

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 value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#980818 (or 0x980818) is known color: 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

RGB 152 8 24 -
CMYK 0 0.95 0.84 0.40
HSL 353.33º 0.9% 0.31% -
HSV(B) 353.33º 0.95% 0.6% -
XYZ 13.2 6.92 1.5 -
YUV 52.88 111.71 198.7 -
System Red Green Blue C M Y K H S L
Decimal 152 8 24 0 0.95 0.84 0.40 353.33 0.9 0.31
Hex 98 8 18 0 5F 54 28 161 5A 1F
Octal 230 10 30 0 137 124 50 541 132 37
Binary 10011000 1000 11000 0 1011111 1010100 101000 101100001 1011010 11111

Color Harmonies of #980818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980818

Black with #980818

Text Example


Text Example

White with #980818

Text Example


Text Example

HTML Codes & Css Web 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>