Html Css Color HEX #99011C Carmine

📋 copy color: '#99011C'

red 153 ◦ green 1 ◦ blue 28

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

Shades of Carmine #99011C

Tints of Carmine #99011C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

 BLUE value IS 28 (11.33% from 255) = 15.38%

R = 84.07%
G = 0.55%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#99011C (or 0x99011C) is known color: Carmine. HEX triplet: 99, 01 and 1C. RGB value is (153,1,28). Sum of RGB (Red+Green+Blue) = 153+1+28=182 (24% of max value = 765). Red value is 153 (60.16% from 255 or 84.07% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 153 - color contains mainly: red. Hex color #99011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99011C is #66FEE3. Grayscale: #313131. Windows color (decimal): -6749924 or 1835417. OLE color: 1835417.

HSL color Cylindrical-coordinate representation of color #99011C: hue angle of 349.34º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99011C is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 1 28 -
CMYK 0 0.99 0.82 0.4
HSL 349.34º 0.99% 0.3% -
HSV(B) 349.34º 0.99% 0.6% -
XYZ 13.36 6.88 1.72 -
YUV 49.53 115.86 201.8 -
System Red Green Blue C M Y K H S L
Decimal 153 1 28 0 0.99 0.82 0.4 349.34 0.99 0.3
Hex 99 1 1C 0 63 52 28 15D 63 1E
Octal 231 1 34 0 143 122 50 535 143 36
Binary 10011001 1 11100 0 1100011 1010010 101000 101011101 1100011 11110

Color Harmonies of #99011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99011C

Black with #99011C

Text Example


Text Example

White with #99011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,1,28); }

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

background-color css

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

 a { background-color: rgb(153,1,28); }

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

border-color css

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

 span { border-color: rgb(153,1,28); }

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