Html Css Color HEX #99122C Carmine

📋 copy color: '#99122C'

red 153 ◦ green 18 ◦ blue 44

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

Shades of Carmine #99122C

Tints of Carmine #99122C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.47%

R = 71.16%
G = 8.37%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#99122C (or 0x99122C) is known color: Carmine. HEX triplet: 99, 12 and 2C. RGB value is (153,18,44). Sum of RGB (Red+Green+Blue) = 153+18+44=215 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.16% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 153 - color contains mainly: red. Hex color #99122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99122C is #66EDD3. Grayscale: #3D3D3D. Windows color (decimal): -6745556 or 2888345. OLE color: 2888345.

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

Color convert

RGB 153 18 44 -
CMYK 0 0.88 0.71 0.4
HSL 348.44º 0.79% 0.34% -
HSV(B) 348.44º 0.88% 0.6% -
XYZ 13.81 7.39 3.08 -
YUV 61.33 118.23 193.39 -
System Red Green Blue C M Y K H S L
Decimal 153 18 44 0 0.88 0.71 0.4 348.44 0.79 0.34
Hex 99 12 2C 0 58 47 28 15C 4F 22
Octal 231 22 54 0 130 107 50 534 117 42
Binary 10011001 10010 101100 0 1011000 1000111 101000 101011100 1001111 100010

Color Harmonies of #99122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99122C

Black with #99122C

Text Example


Text Example

White with #99122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99122C; }

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

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

background-color css

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

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

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

border-color css

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

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

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