Html Css Color HEX #991320 Carmine

📋 copy color: '#991320'

red 153 ◦ green 19 ◦ blue 32

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

Shades of Carmine #991320

Tints of Carmine #991320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.31%

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

R = 75%
G = 9.31%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#991320 (or 0x991320) is known color: Carmine. HEX triplet: 99, 13 and 20. RGB value is (153,19,32). Sum of RGB (Red+Green+Blue) = 153+19+32=204 (27% of max value = 765). Red value is 153 (60.16% from 255 or 75% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 153 - color contains mainly: red. Hex color #991320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991320 is #66ECDF. Grayscale: #3C3C3C. Windows color (decimal): -6745312 or 2102169. OLE color: 2102169.

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

Color convert

RGB 153 19 32 -
CMYK 0 0.88 0.79 0.4
HSL 354.18º 0.78% 0.34% -
HSV(B) 354.18º 0.88% 0.6% -
XYZ 13.63 7.34 2.07 -
YUV 60.55 111.89 193.94 -
System Red Green Blue C M Y K H S L
Decimal 153 19 32 0 0.88 0.79 0.4 354.18 0.78 0.34
Hex 99 13 20 0 58 4F 28 162 4E 22
Octal 231 23 40 0 130 117 50 542 116 42
Binary 10011001 10011 100000 0 1011000 1001111 101000 101100010 1001110 100010

Color Harmonies of #991320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991320

Black with #991320

Text Example


Text Example

White with #991320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991320; }

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

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

background-color css

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

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

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

border-color css

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

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

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