Html Css Color HEX #A31900 Dark Red

📋 copy color: '#A31900'

red 163 ◦ green 25 ◦ blue 0

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

Shades of Dark Red #A31900

Tints of Dark Red #A31900

RGB

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

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

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

R = 86.7%
G = 13.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A31900 (or 0xA31900) is known color: Dark Red. HEX triplet: A3, 19 and 00. RGB value is (163,25,0). Sum of RGB (Red+Green+Blue) = 163+25+0=188 (24% of max value = 765). Red value is 163 (64.06% from 255 or 86.70% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 163 - color contains mainly: red. Hex color #A31900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31900 is #5CE6FF. Grayscale: #3F3F3F. Windows color (decimal): -6088448 or 6563. OLE color: 6563.

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

Color convert

RGB 163 25 0 -
CMYK 0 0.85 1 0.36
HSL 9.2º 1% 0.32% -
HSV(B) 9.2º 1% 0.64% -
XYZ 15.45 8.48 0.82 -
YUV 63.41 92.22 199.03 -
System Red Green Blue C M Y K H S L
Decimal 163 25 0 0 0.85 1 0.36 9.2 1 0.32
Hex A3 19 0 0 55 64 24 9 64 20
Octal 243 31 0 0 125 144 44 11 144 40
Binary 10100011 11001 0 0 1010101 1100100 100100 1001 1100100 100000

Color Harmonies of #A31900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31900

Black with #A31900

Text Example


Text Example

White with #A31900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31900; }

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

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

background-color css

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

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

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

border-color css

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

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

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