Html Css Color HEX #A0201C Brown

📋 copy color: '#A0201C'

red 160 ◦ green 32 ◦ blue 28

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

Shades of Brown #A0201C

Tints of Brown #A0201C

RGB

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

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

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

R = 72.73%
G = 14.55%
B = 12.73%

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

#A0201C (or 0xA0201C) is known color: Brown. HEX triplet: A0, 20 and 1C. RGB value is (160,32,28). Sum of RGB (Red+Green+Blue) = 160+32+28=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A0201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0201C is #5FDFE3. Grayscale: #454545. Windows color (decimal): -6283236 or 1843360. OLE color: 1843360.

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

Color convert

RGB 160 32 28 -
CMYK 0 0.80 0.82 0.37
HSL 1.82º 0.7% 0.37% -
HSV(B) 1.82º 0.83% 0.63% -
XYZ 15.22 8.59 1.95 -
YUV 69.82 104.41 192.33 -
System Red Green Blue C M Y K H S L
Decimal 160 32 28 0 0.80 0.82 0.37 1.82 0.7 0.37
Hex A0 20 1C 0 50 52 25 2 46 25
Octal 240 40 34 0 120 122 45 2 106 45
Binary 10100000 100000 11100 0 1010000 1010010 100101 10 1000110 100101

Color Harmonies of #A0201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0201C

Black with #A0201C

Text Example


Text Example

White with #A0201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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