Html Css Color HEX #A0201D Brown

📋 copy color: '#A0201D'

red 160 ◦ green 32 ◦ blue 29

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

Shades of Brown #A0201D

Tints of Brown #A0201D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.12%

R = 72.4%
G = 14.48%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0201D (or 0xA0201D) is known color: Brown. HEX triplet: A0, 20 and 1D. RGB value is (160,32,29). Sum of RGB (Red+Green+Blue) = 160+32+29=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A0201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0201D is #5FDFE2. Grayscale: #464646. Windows color (decimal): -6283235 or 1908896. OLE color: 1908896.

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

Color convert

RGB 160 32 29 -
CMYK 0 0.80 0.82 0.37
HSL 1.37º 0.69% 0.37% -
HSV(B) 1.37º 0.82% 0.63% -
XYZ 15.24 8.6 2.02 -
YUV 69.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 160 32 29 0 0.80 0.82 0.37 1.37 0.69 0.37
Hex A0 20 1D 0 50 52 25 1 45 25
Octal 240 40 35 0 120 122 45 1 105 45
Binary 10100000 100000 11101 0 1010000 1010010 100101 1 1000101 100101

Color Harmonies of #A0201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0201D

Black with #A0201D

Text Example


Text Example

White with #A0201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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