Html Css Color HEX #980D20 Carmine

📋 copy color: '#980D20'

red 152 ◦ green 13 ◦ blue 32

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

Shades of Carmine #980D20

Tints of Carmine #980D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.24%

R = 77.16%
G = 6.6%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#980D20 (or 0x980D20) is known color: Carmine. HEX triplet: 98, 0D and 20. RGB value is (152,13,32). Sum of RGB (Red+Green+Blue) = 152+13+32=197 (26% of max value = 765). Red value is 152 (59.77% from 255 or 77.16% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 152 - color contains mainly: red. Hex color #980D20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980D20 is #67F2DF. Grayscale: #383838. Windows color (decimal): -6812384 or 2100632. OLE color: 2100632.

HSL color Cylindrical-coordinate representation of color #980D20: hue angle of 351.8º 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 #980D20 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 13 32 -
CMYK 0 0.91 0.79 0.40
HSL 351.8º 0.84% 0.32% -
HSV(B) 351.8º 0.91% 0.6% -
XYZ 13.35 7.07 2.03 -
YUV 56.73 114.05 195.96 -
System Red Green Blue C M Y K H S L
Decimal 152 13 32 0 0.91 0.79 0.40 351.8 0.84 0.32
Hex 98 D 20 0 5B 4F 28 160 54 20
Octal 230 15 40 0 133 117 50 540 124 40
Binary 10011000 1101 100000 0 1011011 1001111 101000 101100000 1010100 100000

Color Harmonies of #980D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980D20

Black with #980D20

Text Example


Text Example

White with #980D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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