Html Css Color HEX #A1201D Brown

📋 copy color: '#A1201D'

red 161 ◦ green 32 ◦ blue 29

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

Shades of Brown #A1201D

Tints of Brown #A1201D

RGB

 RED value IS 161 (63.28% from 255) = 72.52%

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

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

R = 72.52%
G = 14.41%
B = 13.06%

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

#A1201D (or 0xA1201D) is known color: Brown. HEX triplet: A1, 20 and 1D. RGB value is (161,32,29). Sum of RGB (Red+Green+Blue) = 161+32+29=222 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.52% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 161 - color contains mainly: red. Hex color #A1201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1201D is #5EDFE2. Grayscale: #464646. Windows color (decimal): -6217699 or 1908897. OLE color: 1908897.

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

Color convert

RGB 161 32 29 -
CMYK 0 0.80 0.82 0.37
HSL 1.36º 0.69% 0.37% -
HSV(B) 1.36º 0.82% 0.63% -
XYZ 15.44 8.7 2.03 -
YUV 70.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 161 32 29 0 0.80 0.82 0.37 1.36 0.69 0.37
Hex A1 20 1D 0 50 52 25 1 45 25
Octal 241 40 35 0 120 122 45 1 105 45
Binary 10100001 100000 11101 0 1010000 1010010 100101 1 1000101 100101

Color Harmonies of #A1201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1201D

Black with #A1201D

Text Example


Text Example

White with #A1201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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