Html Css Color HEX #991518 Carmine

📋 copy color: '#991518'

red 153 ◦ green 21 ◦ blue 24

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

Shades of Carmine #991518

Tints of Carmine #991518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.12%

R = 77.27%
G = 10.61%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#991518 (or 0x991518) is known color: Carmine. HEX triplet: 99, 15 and 18. RGB value is (153,21,24). Sum of RGB (Red+Green+Blue) = 153+21+24=198 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.27% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 153 - color contains mainly: red. Hex color #991518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991518 is #66EAE7. Grayscale: #3C3C3C. Windows color (decimal): -6744808 or 1578393. OLE color: 1578393.

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

Color convert

RGB 153 21 24 -
CMYK 0 0.86 0.84 0.4
HSL 358.64º 0.76% 0.34% -
HSV(B) 358.64º 0.86% 0.6% -
XYZ 13.57 7.37 1.57 -
YUV 60.81 107.23 193.76 -
System Red Green Blue C M Y K H S L
Decimal 153 21 24 0 0.86 0.84 0.4 358.64 0.76 0.34
Hex 99 15 18 0 56 54 28 167 4C 22
Octal 231 25 30 0 126 124 50 547 114 42
Binary 10011001 10101 11000 0 1010110 1010100 101000 101100111 1001100 100010

Color Harmonies of #991518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991518

Black with #991518

Text Example


Text Example

White with #991518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991518; }

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

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

background-color css

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

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

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

border-color css

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

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

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