Html Css Color HEX #990520 Carmine

📋 copy color: '#990520'

red 153 ◦ green 5 ◦ blue 32

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

Shades of Carmine #990520

Tints of Carmine #990520

RGB

 RED value IS 153 (60.16% from 255) = 80.53%

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

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

R = 80.53%
G = 2.63%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#990520 (or 0x990520) is known color: Carmine. HEX triplet: 99, 05 and 20. RGB value is (153,5,32). Sum of RGB (Red+Green+Blue) = 153+5+32=190 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.53% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 153 - color contains mainly: red. Hex color #990520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990520 is #66FADF. Grayscale: #343434. Windows color (decimal): -6748896 or 2098585. OLE color: 2098585.

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

Color convert

RGB 153 5 32 -
CMYK 0 0.97 0.79 0.4
HSL 349.05º 0.94% 0.31% -
HSV(B) 349.05º 0.97% 0.6% -
XYZ 13.45 6.99 2.01 -
YUV 52.33 116.53 199.8 -
System Red Green Blue C M Y K H S L
Decimal 153 5 32 0 0.97 0.79 0.4 349.05 0.94 0.31
Hex 99 5 20 0 61 4F 28 15D 5E 1F
Octal 231 5 40 0 141 117 50 535 136 37
Binary 10011001 101 100000 0 1100001 1001111 101000 101011101 1011110 11111

Color Harmonies of #990520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990520

Black with #990520

Text Example


Text Example

White with #990520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990520; }

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

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

background-color css

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

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

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

border-color css

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

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

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