Html Css Color HEX #99121F Carmine

📋 copy color: '#99121F'

red 153 ◦ green 18 ◦ blue 31

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

Shades of Carmine #99121F

Tints of Carmine #99121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.91%

 BLUE value IS 31 (12.5% from 255) = 15.35%

R = 75.74%
G = 8.91%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99121F (or 0x99121F) is known color: Carmine. HEX triplet: 99, 12 and 1F. RGB value is (153,18,31). Sum of RGB (Red+Green+Blue) = 153+18+31=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #99121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99121F is #66EDE0. Grayscale: #3B3B3B. Windows color (decimal): -6745569 or 2036377. OLE color: 2036377.

HSL color Cylindrical-coordinate representation of color #99121F: hue angle of 354.22º degrees, saturation: 0.79, 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 #99121F is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 18 31 -
CMYK 0 0.88 0.80 0.4
HSL 354.22º 0.79% 0.34% -
HSV(B) 354.22º 0.88% 0.6% -
XYZ 13.6 7.3 1.99 -
YUV 59.85 111.73 194.44 -
System Red Green Blue C M Y K H S L
Decimal 153 18 31 0 0.88 0.80 0.4 354.22 0.79 0.34
Hex 99 12 1F 0 58 50 28 162 4F 22
Octal 231 22 37 0 130 120 50 542 117 42
Binary 10011001 10010 11111 0 1011000 1010000 101000 101100010 1001111 100010

Color Harmonies of #99121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99121F

Black with #99121F

Text Example


Text Example

White with #99121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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