Html Css Color HEX #A31100 Dark Red

📋 copy color: '#A31100'

red 163 ◦ green 17 ◦ blue 0

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

Shades of Dark Red #A31100

Tints of Dark Red #A31100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.44%

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

R = 90.56%
G = 9.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A31100 (or 0xA31100) is known color: Dark Red. HEX triplet: A3, 11 and 00. RGB value is (163,17,0). Sum of RGB (Red+Green+Blue) = 163+17+0=180 (23% of max value = 765). Red value is 163 (64.06% from 255 or 90.56% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 163 - color contains mainly: red. Hex color #A31100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31100 is #5CEEFF. Grayscale: #3A3A3A. Windows color (decimal): -6090496 or 4515. OLE color: 4515.

HSL color Cylindrical-coordinate representation of color #A31100: hue angle of 6.26º 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 #A31100 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 17 0 -
CMYK 0 0.90 1 0.36
HSL 6.26º 1% 0.32% -
HSV(B) 6.26º 1% 0.64% -
XYZ 15.3 8.19 0.77 -
YUV 58.72 94.87 202.38 -
System Red Green Blue C M Y K H S L
Decimal 163 17 0 0 0.90 1 0.36 6.26 1 0.32
Hex A3 11 0 0 5A 64 24 6 64 20
Octal 243 21 0 0 132 144 44 6 144 40
Binary 10100011 10001 0 0 1011010 1100100 100100 110 1100100 100000

Color Harmonies of #A31100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31100

Black with #A31100

Text Example


Text Example

White with #A31100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31100; }

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

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

background-color css

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

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

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

border-color css

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

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

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