Html Css Color HEX #980020 Carmine

📋 copy color: '#980020'

red 152 ◦ green 0 ◦ blue 32

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

Shades of Carmine #980020

Tints of Carmine #980020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.61%
G = 0%
B = 17.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#980020 (or 0x980020) is known color: Carmine. HEX triplet: 98, 00 and 20. RGB value is (152,0,32). Sum of RGB (Red+Green+Blue) = 152+0+32=184 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.61% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 152 - color contains mainly: red. Hex color #980020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980020 is #67FFDF. Grayscale: #313131. Windows color (decimal): -6815712 or 2097304. OLE color: 2097304.

HSL color Cylindrical-coordinate representation of color #980020: hue angle of 347.37º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980020 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 0 32 -
CMYK 0 1 0.79 0.40
HSL 347.37º 1% 0.3% -
HSV(B) 347.37º 1% 0.6% -
XYZ 13.21 6.78 1.98 -
YUV 49.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 152 0 32 0 1 0.79 0.40 347.37 1 0.3
Hex 98 0 20 0 64 4F 28 15B 64 1E
Octal 230 0 40 0 144 117 50 533 144 36
Binary 10011000 0 100000 0 1100100 1001111 101000 101011011 1100100 11110

Color Harmonies of #980020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980020

Black with #980020

Text Example


Text Example

White with #980020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980020; }

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

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

background-color css

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

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

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

border-color css

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

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

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