Html Css Color HEX #A0311C Brown

📋 copy color: '#A0311C'

red 160 ◦ green 49 ◦ blue 28

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

Shades of Brown #A0311C

Tints of Brown #A0311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.81%

R = 67.51%
G = 20.68%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0311C (or 0xA0311C) is known color: Brown. HEX triplet: A0, 31 and 1C. RGB value is (160,49,28). Sum of RGB (Red+Green+Blue) = 160+49+28=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A0311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0311C is #5FCEE3. Grayscale: #4F4F4F. Windows color (decimal): -6278884 or 1847712. OLE color: 1847712.

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

Color convert

RGB 160 49 28 -
CMYK 0 0.69 0.82 0.37
HSL 9.55º 0.7% 0.37% -
HSV(B) 9.55º 0.83% 0.63% -
XYZ 15.81 9.75 2.15 -
YUV 79.8 98.77 185.21 -
System Red Green Blue C M Y K H S L
Decimal 160 49 28 0 0.69 0.82 0.37 9.55 0.7 0.37
Hex A0 31 1C 0 45 52 25 A 46 25
Octal 240 61 34 0 105 122 45 12 106 45
Binary 10100000 110001 11100 0 1000101 1010010 100101 1010 1000110 100101

Color Harmonies of #A0311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0311C

Black with #A0311C

Text Example


Text Example

White with #A0311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0311C; }

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

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

background-color css

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

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

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

border-color css

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

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

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