Html Css Color HEX #980420 Carmine

📋 copy color: '#980420'

red 152 ◦ green 4 ◦ blue 32

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

Shades of Carmine #980420

Tints of Carmine #980420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.13%

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

R = 80.85%
G = 2.13%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#980420 (or 0x980420) is known color: Carmine. HEX triplet: 98, 04 and 20. RGB value is (152,4,32). Sum of RGB (Red+Green+Blue) = 152+4+32=188 (24% of max value = 765). Red value is 152 (59.77% from 255 or 80.85% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 152 - color contains mainly: red. Hex color #980420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980420 is #67FBDF. Grayscale: #333333. Windows color (decimal): -6814688 or 2098328. OLE color: 2098328.

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

Color convert

RGB 152 4 32 -
CMYK 0 0.97 0.79 0.40
HSL 348.65º 0.95% 0.31% -
HSV(B) 348.65º 0.97% 0.6% -
XYZ 13.25 6.87 1.99 -
YUV 51.44 117.03 199.72 -
System Red Green Blue C M Y K H S L
Decimal 152 4 32 0 0.97 0.79 0.40 348.65 0.95 0.31
Hex 98 4 20 0 61 4F 28 15D 5F 1F
Octal 230 4 40 0 141 117 50 535 137 37
Binary 10011000 100 100000 0 1100001 1001111 101000 101011101 1011111 11111

Color Harmonies of #980420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980420

Black with #980420

Text Example


Text Example

White with #980420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980420; }

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

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

background-color css

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

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

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

border-color css

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

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

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