Html Css Color HEX #A31200 Dark Red

📋 copy color: '#A31200'

red 163 ◦ green 18 ◦ blue 0

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

Shades of Dark Red #A31200

Tints of Dark Red #A31200

RGB

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

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

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

R = 90.06%
G = 9.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A31200 (or 0xA31200) is known color: Dark Red. HEX triplet: A3, 12 and 00. RGB value is (163,18,0). Sum of RGB (Red+Green+Blue) = 163+18+0=181 (23% of max value = 765). Red value is 163 (64.06% from 255 or 90.06% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 163 - color contains mainly: red. Hex color #A31200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31200 is #5CEDFF. Grayscale: #3B3B3B. Windows color (decimal): -6090240 or 4771. OLE color: 4771.

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

Color convert

RGB 163 18 0 -
CMYK 0 0.89 1 0.36
HSL 6.63º 1% 0.32% -
HSV(B) 6.63º 1% 0.64% -
XYZ 15.32 8.22 0.78 -
YUV 59.3 94.54 201.96 -
System Red Green Blue C M Y K H S L
Decimal 163 18 0 0 0.89 1 0.36 6.63 1 0.32
Hex A3 12 0 0 59 64 24 7 64 20
Octal 243 22 0 0 131 144 44 7 144 40
Binary 10100011 10010 0 0 1011001 1100100 100100 111 1100100 100000

Color Harmonies of #A31200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31200

Black with #A31200

Text Example


Text Example

White with #A31200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31200; }

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

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

background-color css

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

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

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

border-color css

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

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

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