Html Css Color HEX #99112A Carmine

📋 copy color: '#99112A'

red 153 ◦ green 17 ◦ blue 42

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

Shades of Carmine #99112A

Tints of Carmine #99112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.81%

R = 72.17%
G = 8.02%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#99112A (or 0x99112A) is known color: Carmine. HEX triplet: 99, 11 and 2A. RGB value is (153,17,42). Sum of RGB (Red+Green+Blue) = 153+17+42=212 (28% of max value = 765). Red value is 153 (60.16% from 255 or 72.17% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 153 - color contains mainly: red. Hex color #99112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99112A is #66EED5. Grayscale: #3C3C3C. Windows color (decimal): -6745814 or 2757017. OLE color: 2757017.

HSL color Cylindrical-coordinate representation of color #99112A: hue angle of 348.97º 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 #99112A is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 17 42 -
CMYK 0 0.89 0.73 0.4
HSL 348.97º 0.8% 0.33% -
HSV(B) 348.97º 0.89% 0.6% -
XYZ 13.76 7.34 2.88 -
YUV 60.51 117.56 193.97 -
System Red Green Blue C M Y K H S L
Decimal 153 17 42 0 0.89 0.73 0.4 348.97 0.8 0.33
Hex 99 11 2A 0 59 49 28 15D 50 21
Octal 231 21 52 0 131 111 50 535 120 41
Binary 10011001 10001 101010 0 1011001 1001001 101000 101011101 1010000 100001

Color Harmonies of #99112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99112A

Black with #99112A

Text Example


Text Example

White with #99112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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