Html Css Color HEX #A31205 Dark Red

📋 copy color: '#A31205'

red 163 ◦ green 18 ◦ blue 5

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

Shades of Dark Red #A31205

Tints of Dark Red #A31205

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

 BLUE value IS 5 (2.34% from 255) = 2.69%

R = 87.63%
G = 9.68%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A31205 (or 0xA31205) is known color: Dark Red. HEX triplet: A3, 12 and 05. RGB value is (163,18,5). Sum of RGB (Red+Green+Blue) = 163+18+5=186 (24% of max value = 765). Red value is 163 (64.06% from 255 or 87.63% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 163 - color contains mainly: red. Hex color #A31205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31205 is #5CEDFA. Grayscale: #3C3C3C. Windows color (decimal): -6090235 or 332451. OLE color: 332451.

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

Color convert

RGB 163 18 5 -
CMYK 0 0.89 0.97 0.36
HSL 4.94º 0.94% 0.33% -
HSV(B) 4.94º 0.97% 0.64% -
XYZ 15.35 8.23 0.92 -
YUV 59.87 97.04 201.56 -
System Red Green Blue C M Y K H S L
Decimal 163 18 5 0 0.89 0.97 0.36 4.94 0.94 0.33
Hex A3 12 5 0 59 61 24 5 5E 21
Octal 243 22 5 0 131 141 44 5 136 41
Binary 10100011 10010 101 0 1011001 1100001 100100 101 1011110 100001

Color Harmonies of #A31205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31205

Black with #A31205

Text Example


Text Example

White with #A31205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31205; }

 p { color: rgb(163,18,5); }

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

background-color css

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

 a { background-color: rgb(163,18,5); }

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

border-color css

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

 span { border-color: rgb(163,18,5); }

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