Html Css Color HEX #99011B Carmine

📋 copy color: '#99011B'

red 153 ◦ green 1 ◦ blue 27

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

Shades of Carmine #99011B

Tints of Carmine #99011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.92%

R = 84.53%
G = 0.55%
B = 14.92%

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

#99011B (or 0x99011B) is known color: Carmine. HEX triplet: 99, 01 and 1B. RGB value is (153,1,27). Sum of RGB (Red+Green+Blue) = 153+1+27=181 (23% of max value = 765). Red value is 153 (60.16% from 255 or 84.53% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 153 - color contains mainly: red. Hex color #99011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99011B is #66FEE4. Grayscale: #313131. Windows color (decimal): -6749925 or 1769881. OLE color: 1769881.

HSL color Cylindrical-coordinate representation of color #99011B: hue angle of 349.74º 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 #99011B is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 1 27 -
CMYK 0 0.99 0.82 0.4
HSL 349.74º 0.99% 0.3% -
HSV(B) 349.74º 0.99% 0.6% -
XYZ 13.35 6.87 1.66 -
YUV 49.41 115.36 201.89 -
System Red Green Blue C M Y K H S L
Decimal 153 1 27 0 0.99 0.82 0.4 349.74 0.99 0.3
Hex 99 1 1B 0 63 52 28 15E 63 1E
Octal 231 1 33 0 143 122 50 536 143 36
Binary 10011001 1 11011 0 1100011 1010010 101000 101011110 1100011 11110

Color Harmonies of #99011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99011B

Black with #99011B

Text Example


Text Example

White with #99011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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