Html Css Color HEX #A0311F Brown

📋 copy color: '#A0311F'

red 160 ◦ green 49 ◦ blue 31

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

Shades of Brown #A0311F

Tints of Brown #A0311F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.42%

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

R = 66.67%
G = 20.42%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0311F (or 0xA0311F) is known color: Brown. HEX triplet: A0, 31 and 1F. RGB value is (160,49,31). Sum of RGB (Red+Green+Blue) = 160+49+31=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A0311F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0311F is #5FCEE0. Grayscale: #505050. Windows color (decimal): -6278881 or 2044320. OLE color: 2044320.

HSL color Cylindrical-coordinate representation of color #A0311F: hue angle of 8.37º 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 #A0311F is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 49 31 -
CMYK 0 0.69 0.81 0.37
HSL 8.37º 0.68% 0.37% -
HSV(B) 8.37º 0.81% 0.63% -
XYZ 15.84 9.77 2.35 -
YUV 80.14 100.27 184.96 -
System Red Green Blue C M Y K H S L
Decimal 160 49 31 0 0.69 0.81 0.37 8.37 0.68 0.37
Hex A0 31 1F 0 45 51 25 8 44 25
Octal 240 61 37 0 105 121 45 10 104 45
Binary 10100000 110001 11111 0 1000101 1010001 100101 1000 1000100 100101

Color Harmonies of #A0311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0311F

Black with #A0311F

Text Example


Text Example

White with #A0311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0311F; }

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

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

background-color css

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

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

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

border-color css

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

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

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