Html Css Color HEX #980520 Carmine

📋 copy color: '#980520'

red 152 ◦ green 5 ◦ blue 32

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

Shades of Carmine #980520

Tints of Carmine #980520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.65%

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

R = 80.42%
G = 2.65%
B = 16.93%

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

#980520 (or 0x980520) is known color: Carmine. HEX triplet: 98, 05 and 20. RGB value is (152,5,32). Sum of RGB (Red+Green+Blue) = 152+5+32=189 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80.42% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 152 - color contains mainly: red. Hex color #980520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980520 is #67FADF. Grayscale: #343434. Windows color (decimal): -6814432 or 2098584. OLE color: 2098584.

HSL color Cylindrical-coordinate representation of color #980520: hue angle of 348.98º degrees, saturation: 0.94, 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 #980520 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 5 32 -
CMYK 0 0.97 0.79 0.40
HSL 348.98º 0.94% 0.31% -
HSV(B) 348.98º 0.97% 0.6% -
XYZ 13.26 6.89 2 -
YUV 52.03 116.7 199.3 -
System Red Green Blue C M Y K H S L
Decimal 152 5 32 0 0.97 0.79 0.40 348.98 0.94 0.31
Hex 98 5 20 0 61 4F 28 15D 5E 1F
Octal 230 5 40 0 141 117 50 535 136 37
Binary 10011000 101 100000 0 1100001 1001111 101000 101011101 1011110 11111

Color Harmonies of #980520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980520

Black with #980520

Text Example


Text Example

White with #980520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980520; }

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

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

background-color css

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

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

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

border-color css

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

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

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