Html Css Color HEX #A31201 Dark Red

📋 copy color: '#A31201'

red 163 ◦ green 18 ◦ blue 1

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

Shades of Dark Red #A31201

Tints of Dark Red #A31201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 89.56%
G = 9.89%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A31201 (or 0xA31201) is known color: Dark Red. HEX triplet: A3, 12 and 01. RGB value is (163,18,1). Sum of RGB (Red+Green+Blue) = 163+18+1=182 (24% of max value = 765). Red value is 163 (64.06% from 255 or 89.56% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 163 - color contains mainly: red. Hex color #A31201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31201 is #5CEDFE. Grayscale: #3B3B3B. Windows color (decimal): -6090239 or 70307. OLE color: 70307.

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

Color convert

RGB 163 18 1 -
CMYK 0 0.89 0.99 0.36
HSL 6.3º 0.99% 0.32% -
HSV(B) 6.3º 0.99% 0.64% -
XYZ 15.33 8.22 0.81 -
YUV 59.42 95.04 201.88 -
System Red Green Blue C M Y K H S L
Decimal 163 18 1 0 0.89 0.99 0.36 6.3 0.99 0.32
Hex A3 12 1 0 59 63 24 6 63 20
Octal 243 22 1 0 131 143 44 6 143 40
Binary 10100011 10010 1 0 1011001 1100011 100100 110 1100011 100000

Color Harmonies of #A31201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31201

Black with #A31201

Text Example


Text Example

White with #A31201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31201; }

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

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

background-color css

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

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

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

border-color css

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

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

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