Html Css Color HEX #990112 Carmine

📋 copy color: '#990112'

red 153 ◦ green 1 ◦ blue 18

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

Shades of Carmine #990112

Tints of Carmine #990112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.47%

R = 88.95%
G = 0.58%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#990112 (or 0x990112) is known color: Carmine. HEX triplet: 99, 01 and 12. RGB value is (153,1,18). Sum of RGB (Red+Green+Blue) = 153+1+18=172 (22% of max value = 765). Red value is 153 (60.16% from 255 or 88.95% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 153 - color contains mainly: red. Hex color #990112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990112 is #66FEED. Grayscale: #303030. Windows color (decimal): -6749934 or 1180057. OLE color: 1180057.

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

Color convert

RGB 153 1 18 -
CMYK 0 0.99 0.88 0.4
HSL 353.29º 0.99% 0.3% -
HSV(B) 353.29º 0.99% 0.6% -
XYZ 13.26 6.84 1.19 -
YUV 48.39 110.86 202.62 -
System Red Green Blue C M Y K H S L
Decimal 153 1 18 0 0.99 0.88 0.4 353.29 0.99 0.3
Hex 99 1 12 0 63 58 28 161 63 1E
Octal 231 1 22 0 143 130 50 541 143 36
Binary 10011001 1 10010 0 1100011 1011000 101000 101100001 1100011 11110

Color Harmonies of #990112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990112

Black with #990112

Text Example


Text Example

White with #990112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990112; }

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

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

background-color css

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

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

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

border-color css

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

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

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