Html Css Color HEX #980718 Carmine

📋 copy color: '#980718'

red 152 ◦ green 7 ◦ blue 24

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

Shades of Carmine #980718

Tints of Carmine #980718

RGB

 RED value IS 152 (59.77% from 255) = 83.06%

 GREEN value IS 7 (3.13% from 255) = 3.83%

 BLUE value IS 24 (9.77% from 255) = 13.11%

R = 83.06%
G = 3.83%
B = 13.11%

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

#980718 (or 0x980718) is known color: Carmine. HEX triplet: 98, 07 and 18. RGB value is (152,7,24). Sum of RGB (Red+Green+Blue) = 152+7+24=183 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.06% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 152 - color contains mainly: red. Hex color #980718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980718 is #67F8E7. Grayscale: #343434. Windows color (decimal): -6813928 or 1574808. OLE color: 1574808.

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

Color convert

RGB 152 7 24 -
CMYK 0 0.95 0.84 0.40
HSL 352.97º 0.91% 0.31% -
HSV(B) 352.97º 0.95% 0.6% -
XYZ 13.19 6.89 1.5 -
YUV 52.29 112.04 199.12 -
System Red Green Blue C M Y K H S L
Decimal 152 7 24 0 0.95 0.84 0.40 352.97 0.91 0.31
Hex 98 7 18 0 5F 54 28 161 5B 1F
Octal 230 7 30 0 137 124 50 541 133 37
Binary 10011000 111 11000 0 1011111 1010100 101000 101100001 1011011 11111

Color Harmonies of #980718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980718

Black with #980718

Text Example


Text Example

White with #980718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980718; }

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

 H1.HeaderClassName
 {
   color: #980718;
 }
 .AnyTagClassName
 {
   color: #980718;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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