Html Css Color HEX #991520 Carmine

📋 copy color: '#991520'

red 153 ◦ green 21 ◦ blue 32

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

Shades of Carmine #991520

Tints of Carmine #991520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.19%

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

R = 74.27%
G = 10.19%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#991520 (or 0x991520) is known color: Carmine. HEX triplet: 99, 15 and 20. RGB value is (153,21,32). Sum of RGB (Red+Green+Blue) = 153+21+32=206 (27% of max value = 765). Red value is 153 (60.16% from 255 or 74.27% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 153 - color contains mainly: red. Hex color #991520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991520 is #66EADF. Grayscale: #3D3D3D. Windows color (decimal): -6744800 or 2102681. OLE color: 2102681.

HSL color Cylindrical-coordinate representation of color #991520: hue angle of 355º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991520 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 21 32 -
CMYK 0 0.86 0.79 0.4
HSL 355º 0.76% 0.34% -
HSV(B) 355º 0.86% 0.6% -
XYZ 13.67 7.41 2.08 -
YUV 61.72 111.23 193.11 -
System Red Green Blue C M Y K H S L
Decimal 153 21 32 0 0.86 0.79 0.4 355 0.76 0.34
Hex 99 15 20 0 56 4F 28 163 4C 22
Octal 231 25 40 0 126 117 50 543 114 42
Binary 10011001 10101 100000 0 1010110 1001111 101000 101100011 1001100 100010

Color Harmonies of #991520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991520

Black with #991520

Text Example


Text Example

White with #991520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991520; }

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

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

background-color css

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

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

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

border-color css

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

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

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