Html Css Color HEX #991720 Carmine

📋 copy color: '#991720'

red 153 ◦ green 23 ◦ blue 32

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

Shades of Carmine #991720

Tints of Carmine #991720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.06%

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

R = 73.56%
G = 11.06%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#991720 (or 0x991720) is known color: Carmine. HEX triplet: 99, 17 and 20. RGB value is (153,23,32). Sum of RGB (Red+Green+Blue) = 153+23+32=208 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.56% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 153 - color contains mainly: red. Hex color #991720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991720 is #66E8DF. Grayscale: #3E3E3E. Windows color (decimal): -6744288 or 2103193. OLE color: 2103193.

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

Color convert

RGB 153 23 32 -
CMYK 0 0.85 0.79 0.4
HSL 355.85º 0.74% 0.35% -
HSV(B) 355.85º 0.85% 0.6% -
XYZ 13.7 7.49 2.09 -
YUV 62.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 153 23 32 0 0.85 0.79 0.4 355.85 0.74 0.35
Hex 99 17 20 0 55 4F 28 164 4A 23
Octal 231 27 40 0 125 117 50 544 112 43
Binary 10011001 10111 100000 0 1010101 1001111 101000 101100100 1001010 100011

Color Harmonies of #991720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991720

Black with #991720

Text Example


Text Example

White with #991720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991720; }

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

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

background-color css

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

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

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

border-color css

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

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

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