Html Css Color HEX #990815 Carmine

📋 copy color: '#990815'

red 153 ◦ green 8 ◦ blue 21

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

Shades of Carmine #990815

Tints of Carmine #990815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.4%

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

R = 84.07%
G = 4.4%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#990815 (or 0x990815) is known color: Carmine. HEX triplet: 99, 08 and 15. RGB value is (153,8,21). Sum of RGB (Red+Green+Blue) = 153+8+21=182 (24% of max value = 765). Red value is 153 (60.16% from 255 or 84.07% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 153 - color contains mainly: red. Hex color #990815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990815 is #66F7EA. Grayscale: #343434. Windows color (decimal): -6748139 or 1378457. OLE color: 1378457.

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

Color convert

RGB 153 8 21 -
CMYK 0 0.95 0.86 0.4
HSL 354.62º 0.9% 0.32% -
HSV(B) 354.62º 0.95% 0.6% -
XYZ 13.36 7 1.36 -
YUV 52.84 110.04 199.44 -
System Red Green Blue C M Y K H S L
Decimal 153 8 21 0 0.95 0.86 0.4 354.62 0.9 0.32
Hex 99 8 15 0 5F 56 28 163 5A 20
Octal 231 10 25 0 137 126 50 543 132 40
Binary 10011001 1000 10101 0 1011111 1010110 101000 101100011 1011010 100000

Color Harmonies of #990815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990815

Black with #990815

Text Example


Text Example

White with #990815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990815; }

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

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

background-color css

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

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

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

border-color css

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

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

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