Html Css Color HEX #A0201E Brown

📋 copy color: '#A0201E'

red 160 ◦ green 32 ◦ blue 30

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

Shades of Brown #A0201E

Tints of Brown #A0201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.51%

R = 72.07%
G = 14.41%
B = 13.51%

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

#A0201E (or 0xA0201E) is known color: Brown. HEX triplet: A0, 20 and 1E. RGB value is (160,32,30). Sum of RGB (Red+Green+Blue) = 160+32+30=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A0201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0201E is #5FDFE1. Grayscale: #464646. Windows color (decimal): -6283234 or 1974432. OLE color: 1974432.

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

Color convert

RGB 160 32 30 -
CMYK 0 0.80 0.81 0.37
HSL 0.92º 0.68% 0.37% -
HSV(B) 0.92º 0.81% 0.63% -
XYZ 15.25 8.6 2.08 -
YUV 70.04 105.41 192.16 -
System Red Green Blue C M Y K H S L
Decimal 160 32 30 0 0.80 0.81 0.37 0.92 0.68 0.37
Hex A0 20 1E 0 50 51 25 1 44 25
Octal 240 40 36 0 120 121 45 1 104 45
Binary 10100000 100000 11110 0 1010000 1010001 100101 1 1000100 100101

Color Harmonies of #A0201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0201E

Black with #A0201E

Text Example


Text Example

White with #A0201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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