Html Css Color HEX #99011F Carmine

📋 copy color: '#99011F'

red 153 ◦ green 1 ◦ blue 31

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

Shades of Carmine #99011F

Tints of Carmine #99011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.76%

R = 82.7%
G = 0.54%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99011F (or 0x99011F) is known color: Carmine. HEX triplet: 99, 01 and 1F. RGB value is (153,1,31). Sum of RGB (Red+Green+Blue) = 153+1+31=185 (24% of max value = 765). Red value is 153 (60.16% from 255 or 82.70% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 153 - color contains mainly: red. Hex color #99011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99011F is #66FEE0. Grayscale: #313131. Windows color (decimal): -6749921 or 2032025. OLE color: 2032025.

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

Color convert

RGB 153 1 31 -
CMYK 0 0.99 0.80 0.4
HSL 348.16º 0.99% 0.3% -
HSV(B) 348.16º 0.99% 0.6% -
XYZ 13.4 6.89 1.92 -
YUV 49.87 117.36 201.56 -
System Red Green Blue C M Y K H S L
Decimal 153 1 31 0 0.99 0.80 0.4 348.16 0.99 0.3
Hex 99 1 1F 0 63 50 28 15C 63 1E
Octal 231 1 37 0 143 120 50 534 143 36
Binary 10011001 1 11111 0 1100011 1010000 101000 101011100 1100011 11110

Color Harmonies of #99011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99011F

Black with #99011F

Text Example


Text Example

White with #99011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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