Html Css Color HEX #990118 Carmine

📋 copy color: '#990118'

red 153 ◦ green 1 ◦ blue 24

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

Shades of Carmine #990118

Tints of Carmine #990118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 85.96%
G = 0.56%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#990118 (or 0x990118) is known color: Carmine. HEX triplet: 99, 01 and 18. RGB value is (153,1,24). Sum of RGB (Red+Green+Blue) = 153+1+24=178 (23% of max value = 765). Red value is 153 (60.16% from 255 or 85.96% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 153 - color contains mainly: red. Hex color #990118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990118 is #66FEE7. Grayscale: #313131. Windows color (decimal): -6749928 or 1573273. OLE color: 1573273.

HSL color Cylindrical-coordinate representation of color #990118: hue angle of 350.92º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990118 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 1 24 -
CMYK 0 0.99 0.84 0.4
HSL 350.92º 0.99% 0.3% -
HSV(B) 350.92º 0.99% 0.6% -
XYZ 13.31 6.86 1.49 -
YUV 49.07 113.86 202.13 -
System Red Green Blue C M Y K H S L
Decimal 153 1 24 0 0.99 0.84 0.4 350.92 0.99 0.3
Hex 99 1 18 0 63 54 28 15F 63 1E
Octal 231 1 30 0 143 124 50 537 143 36
Binary 10011001 1 11000 0 1100011 1010100 101000 101011111 1100011 11110

Color Harmonies of #990118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990118

Black with #990118

Text Example


Text Example

White with #990118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990118; }

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

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

background-color css

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

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

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

border-color css

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

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

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