Html Css Color HEX #99111D Carmine

📋 copy color: '#99111D'

red 153 ◦ green 17 ◦ blue 29

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

Shades of Carmine #99111D

Tints of Carmine #99111D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.54%

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

R = 76.88%
G = 8.54%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#99111D (or 0x99111D) is known color: Carmine. HEX triplet: 99, 11 and 1D. RGB value is (153,17,29). Sum of RGB (Red+Green+Blue) = 153+17+29=199 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.88% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 153 - color contains mainly: red. Hex color #99111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99111D is #66EEE2. Grayscale: #3B3B3B. Windows color (decimal): -6745827 or 1905049. OLE color: 1905049.

HSL color Cylindrical-coordinate representation of color #99111D: hue angle of 354.71º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #99111D is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 17 29 -
CMYK 0 0.89 0.81 0.4
HSL 354.71º 0.8% 0.33% -
HSV(B) 354.71º 0.89% 0.6% -
XYZ 13.56 7.26 1.85 -
YUV 59.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 153 17 29 0 0.89 0.81 0.4 354.71 0.8 0.33
Hex 99 11 1D 0 59 51 28 163 50 21
Octal 231 21 35 0 131 121 50 543 120 41
Binary 10011001 10001 11101 0 1011001 1010001 101000 101100011 1010000 100001

Color Harmonies of #99111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99111D

Black with #99111D

Text Example


Text Example

White with #99111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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