Html Css Color HEX #99150A Dark Red

📋 copy color: '#99150A'

red 153 ◦ green 21 ◦ blue 10

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

Shades of Dark Red #99150A

Tints of Dark Red #99150A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.41%

 BLUE value IS 10 (4.3% from 255) = 5.43%

R = 83.15%
G = 11.41%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#99150A (or 0x99150A) is known color: Dark Red. HEX triplet: 99, 15 and 0A. RGB value is (153,21,10). Sum of RGB (Red+Green+Blue) = 153+21+10=184 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.15% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 153 - color contains mainly: red. Hex color #99150A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99150A is #66EAF5. Grayscale: #3B3B3B. Windows color (decimal): -6744822 or 660889. OLE color: 660889.

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

Color convert

RGB 153 21 10 -
CMYK 0 0.86 0.93 0.4
HSL 4.62º 0.88% 0.32% -
HSV(B) 4.62º 0.93% 0.6% -
XYZ 13.46 7.33 0.99 -
YUV 59.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 153 21 10 0 0.86 0.93 0.4 4.62 0.88 0.32
Hex 99 15 A 0 56 5D 28 5 58 20
Octal 231 25 12 0 126 135 50 5 130 40
Binary 10011001 10101 1010 0 1010110 1011101 101000 101 1011000 100000

Color Harmonies of #99150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99150A

Black with #99150A

Text Example


Text Example

White with #99150A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99150A; }

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

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

background-color css

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

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

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

border-color css

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

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

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