Html Css Color HEX #990015 Carmine

📋 copy color: '#990015'

red 153 ◦ green 0 ◦ blue 21

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

Shades of Carmine #990015

Tints of Carmine #990015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.93%
G = 0%
B = 12.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#990015 (or 0x990015) is known color: Carmine. HEX triplet: 99, 00 and 15. RGB value is (153,0,21). Sum of RGB (Red+Green+Blue) = 153+0+21=174 (23% of max value = 765). Red value is 153 (60.16% from 255 or 87.93% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 153 - color contains mainly: red. Hex color #990015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990015 is #66FFEA. Grayscale: #303030. Windows color (decimal): -6750187 or 1376409. OLE color: 1376409.

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

Color convert

RGB 153 0 21 -
CMYK 0 1 0.86 0.4
HSL 351.76º 1% 0.3% -
HSV(B) 351.76º 1% 0.6% -
XYZ 13.27 6.83 1.33 -
YUV 48.14 112.69 202.79 -
System Red Green Blue C M Y K H S L
Decimal 153 0 21 0 1 0.86 0.4 351.76 1 0.3
Hex 99 0 15 0 64 56 28 160 64 1E
Octal 231 0 25 0 144 126 50 540 144 36
Binary 10011001 0 10101 0 1100100 1010110 101000 101100000 1100100 11110

Color Harmonies of #990015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990015

Black with #990015

Text Example


Text Example

White with #990015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990015; }

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

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

background-color css

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

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

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

border-color css

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

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

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