Html Css Color HEX #99121D Carmine

📋 copy color: '#99121D'

red 153 ◦ green 18 ◦ blue 29

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

Shades of Carmine #99121D

Tints of Carmine #99121D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.5%

R = 76.5%
G = 9%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#99121D (or 0x99121D) is known color: Carmine. HEX triplet: 99, 12 and 1D. RGB value is (153,18,29). Sum of RGB (Red+Green+Blue) = 153+18+29=200 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 153 - color contains mainly: red. Hex color #99121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99121D is #66EDE2. Grayscale: #3B3B3B. Windows color (decimal): -6745571 or 1905305. OLE color: 1905305.

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

Color convert

RGB 153 18 29 -
CMYK 0 0.88 0.81 0.4
HSL 355.11º 0.79% 0.34% -
HSV(B) 355.11º 0.88% 0.6% -
XYZ 13.57 7.29 1.85 -
YUV 59.62 110.73 194.61 -
System Red Green Blue C M Y K H S L
Decimal 153 18 29 0 0.88 0.81 0.4 355.11 0.79 0.34
Hex 99 12 1D 0 58 51 28 163 4F 22
Octal 231 22 35 0 130 121 50 543 117 42
Binary 10011001 10010 11101 0 1011000 1010001 101000 101100011 1001111 100010

Color Harmonies of #99121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99121D

Black with #99121D

Text Example


Text Example

White with #99121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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