Html Css Color HEX #A0201F Brown

📋 copy color: '#A0201F'

red 160 ◦ green 32 ◦ blue 31

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

Shades of Brown #A0201F

Tints of Brown #A0201F

RGB

 RED value IS 160 (62.89% from 255) = 71.75%

 GREEN value IS 32 (12.89% from 255) = 14.35%

 BLUE value IS 31 (12.5% from 255) = 13.9%

R = 71.75%
G = 14.35%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0201F (or 0xA0201F) is known color: Brown. HEX triplet: A0, 20 and 1F. RGB value is (160,32,31). Sum of RGB (Red+Green+Blue) = 160+32+31=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A0201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0201F is #5FDFE0. Grayscale: #464646. Windows color (decimal): -6283233 or 2039968. OLE color: 2039968.

HSL color Cylindrical-coordinate representation of color #A0201F: hue angle of 0.47º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0201F is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 32 31 -
CMYK 0 0.80 0.81 0.37
HSL 0.47º 0.68% 0.37% -
HSV(B) 0.47º 0.81% 0.63% -
XYZ 15.26 8.61 2.15 -
YUV 70.16 105.91 192.08 -
System Red Green Blue C M Y K H S L
Decimal 160 32 31 0 0.80 0.81 0.37 0.47 0.68 0.37
Hex A0 20 1F 0 50 51 25 0 44 25
Octal 240 40 37 0 120 121 45 0 104 45
Binary 10100000 100000 11111 0 1010000 1010001 100101 0 1000100 100101

Color Harmonies of #A0201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0201F

Black with #A0201F

Text Example


Text Example

White with #A0201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0201F; }

 p { color: rgb(160,32,31); }

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

background-color css

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

 a { background-color: rgb(160,32,31); }

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

border-color css

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

 span { border-color: rgb(160,32,31); }

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