Html Css Color HEX #980D17 Carmine

📋 copy color: '#980D17'

red 152 ◦ green 13 ◦ blue 23

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

Shades of Carmine #980D17

Tints of Carmine #980D17

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.91%

 BLUE value IS 23 (9.38% from 255) = 12.23%

R = 80.85%
G = 6.91%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#980D17 (or 0x980D17) is known color: Carmine. HEX triplet: 98, 0D and 17. RGB value is (152,13,23). Sum of RGB (Red+Green+Blue) = 152+13+23=188 (24% of max value = 765). Red value is 152 (59.77% from 255 or 80.85% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 23 (9.38% from 255 or 12.23% from 188); Max value from RGB is 152 - color contains mainly: red. Hex color #980D17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980D17 is #67F2E8. Grayscale: #373737. Windows color (decimal): -6812393 or 1510808. OLE color: 1510808.

HSL color Cylindrical-coordinate representation of color #980D17: hue angle of 355.68º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980D17 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 13 23 -
CMYK 0 0.91 0.85 0.40
HSL 355.68º 0.84% 0.32% -
HSV(B) 355.68º 0.91% 0.6% -
XYZ 13.25 7.03 1.47 -
YUV 55.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 152 13 23 0 0.91 0.85 0.40 355.68 0.84 0.32
Hex 98 D 17 0 5B 55 28 164 54 20
Octal 230 15 27 0 133 125 50 544 124 40
Binary 10011000 1101 10111 0 1011011 1010101 101000 101100100 1010100 100000

Color Harmonies of #980D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980D17

Black with #980D17

Text Example


Text Example

White with #980D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,13,23); }

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

background-color css

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

 a { background-color: rgb(152,13,23); }

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

border-color css

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

 span { border-color: rgb(152,13,23); }

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