Html Css Color HEX #9A1503 Dark Red

📋 copy color: '#9A1503'

red 154 ◦ green 21 ◦ blue 3

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

Shades of Dark Red #9A1503

Tints of Dark Red #9A1503

RGB

 RED value IS 154 (60.55% from 255) = 86.52%

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

 BLUE value IS 3 (1.56% from 255) = 1.69%

R = 86.52%
G = 11.8%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.40

RGB Variations

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

Color information

#9A1503 (or 0x9A1503) is known color: Dark Red. HEX triplet: 9A, 15 and 03. RGB value is (154,21,3). Sum of RGB (Red+Green+Blue) = 154+21+3=178 (23% of max value = 765). Red value is 154 (60.55% from 255 or 86.52% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1503 is #65EAFC. Grayscale: #3A3A3A. Windows color (decimal): -6679293 or 202138. OLE color: 202138.

HSL color Cylindrical-coordinate representation of color #9A1503: hue angle of 7.15º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A1503 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 21 3 -
CMYK 0 0.86 0.98 0.40
HSL 7.15º 0.96% 0.31% -
HSV(B) 7.15º 0.98% 0.6% -
XYZ 13.61 7.41 0.8 -
YUV 58.72 96.56 195.96 -
System Red Green Blue C M Y K H S L
Decimal 154 21 3 0 0.86 0.98 0.40 7.15 0.96 0.31
Hex 9A 15 3 0 56 62 28 7 60 1F
Octal 232 25 3 0 126 142 50 7 140 37
Binary 10011010 10101 11 0 1010110 1100010 101000 111 1100000 11111

Color Harmonies of #9A1503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1503

Black with #9A1503

Text Example


Text Example

White with #9A1503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A1503; }

 p { color: rgb(154,21,3); }

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

background-color css

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

 a { background-color: rgb(154,21,3); }

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

border-color css

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

 span { border-color: rgb(154,21,3); }

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