Html Css Color HEX #991016 Carmine

📋 copy color: '#991016'

red 153 ◦ green 16 ◦ blue 22

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

Shades of Carmine #991016

Tints of Carmine #991016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.38%

 BLUE value IS 22 (8.98% from 255) = 11.52%

R = 80.1%
G = 8.38%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#991016 (or 0x991016) is known color: Carmine. HEX triplet: 99, 10 and 16. RGB value is (153,16,22). Sum of RGB (Red+Green+Blue) = 153+16+22=191 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.10% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 153 - color contains mainly: red. Hex color #991016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991016 is #66EFE9. Grayscale: #393939. Windows color (decimal): -6746090 or 1446041. OLE color: 1446041.

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

Color convert

RGB 153 16 22 -
CMYK 0 0.90 0.86 0.4
HSL 357.37º 0.81% 0.33% -
HSV(B) 357.37º 0.9% 0.6% -
XYZ 13.47 7.2 1.44 -
YUV 57.65 107.89 196.01 -
System Red Green Blue C M Y K H S L
Decimal 153 16 22 0 0.90 0.86 0.4 357.37 0.81 0.33
Hex 99 10 16 0 5A 56 28 165 51 21
Octal 231 20 26 0 132 126 50 545 121 41
Binary 10011001 10000 10110 0 1011010 1010110 101000 101100101 1010001 100001

Color Harmonies of #991016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991016

Black with #991016

Text Example


Text Example

White with #991016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991016; }

 p { color: rgb(153,16,22); }

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

background-color css

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

 a { background-color: rgb(153,16,22); }

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

border-color css

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

 span { border-color: rgb(153,16,22); }

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