Html Css Color HEX #A31903 Dark Red

📋 copy color: '#A31903'

red 163 ◦ green 25 ◦ blue 3

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

Shades of Dark Red #A31903

Tints of Dark Red #A31903

RGB

 RED value IS 163 (64.06% from 255) = 85.34%

 GREEN value IS 25 (10.16% from 255) = 13.09%

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

R = 85.34%
G = 13.09%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A31903 (or 0xA31903) is known color: Dark Red. HEX triplet: A3, 19 and 03. RGB value is (163,25,3). Sum of RGB (Red+Green+Blue) = 163+25+3=191 (25% of max value = 765). Red value is 163 (64.06% from 255 or 85.34% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 163 - color contains mainly: red. Hex color #A31903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31903 is #5CE6FC. Grayscale: #3F3F3F. Windows color (decimal): -6088445 or 203171. OLE color: 203171.

HSL color Cylindrical-coordinate representation of color #A31903: hue angle of 8.25º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A31903 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 25 3 -
CMYK 0 0.85 0.98 0.36
HSL 8.25º 0.96% 0.33% -
HSV(B) 8.25º 0.98% 0.64% -
XYZ 15.47 8.49 0.91 -
YUV 63.75 93.72 198.79 -
System Red Green Blue C M Y K H S L
Decimal 163 25 3 0 0.85 0.98 0.36 8.25 0.96 0.33
Hex A3 19 3 0 55 62 24 8 60 21
Octal 243 31 3 0 125 142 44 10 140 41
Binary 10100011 11001 11 0 1010101 1100010 100100 1000 1100000 100001

Color Harmonies of #A31903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31903

Black with #A31903

Text Example


Text Example

White with #A31903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31903; }

 p { color: rgb(163,25,3); }

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

background-color css

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

 a { background-color: rgb(163,25,3); }

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

border-color css

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

 span { border-color: rgb(163,25,3); }

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