Html Css Color HEX #990515 Carmine

📋 copy color: '#990515'

red 153 ◦ green 5 ◦ blue 21

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

Shades of Carmine #990515

Tints of Carmine #990515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.79%

 BLUE value IS 21 (8.59% from 255) = 11.73%

R = 85.47%
G = 2.79%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#990515 (or 0x990515) is known color: Carmine. HEX triplet: 99, 05 and 15. RGB value is (153,5,21). Sum of RGB (Red+Green+Blue) = 153+5+21=179 (23% of max value = 765). Red value is 153 (60.16% from 255 or 85.47% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 153 - color contains mainly: red. Hex color #990515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990515 is #66FAEA. Grayscale: #333333. Windows color (decimal): -6748907 or 1377689. OLE color: 1377689.

HSL color Cylindrical-coordinate representation of color #990515: hue angle of 353.51º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #990515 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 5 21 -
CMYK 0 0.97 0.86 0.4
HSL 353.51º 0.94% 0.31% -
HSV(B) 353.51º 0.97% 0.6% -
XYZ 13.33 6.93 1.35 -
YUV 51.08 111.03 200.7 -
System Red Green Blue C M Y K H S L
Decimal 153 5 21 0 0.97 0.86 0.4 353.51 0.94 0.31
Hex 99 5 15 0 61 56 28 162 5E 1F
Octal 231 5 25 0 141 126 50 542 136 37
Binary 10011001 101 10101 0 1100001 1010110 101000 101100010 1011110 11111

Color Harmonies of #990515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990515

Black with #990515

Text Example


Text Example

White with #990515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990515; }

 p { color: rgb(153,5,21); }

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

background-color css

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

 a { background-color: rgb(153,5,21); }

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

border-color css

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

 span { border-color: rgb(153,5,21); }

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