Html Css Color HEX #A1201C Brown

📋 copy color: '#A1201C'

red 161 ◦ green 32 ◦ blue 28

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

Shades of Brown #A1201C

Tints of Brown #A1201C

RGB

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

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

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

R = 72.85%
G = 14.48%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A1201C (or 0xA1201C) is known color: Brown. HEX triplet: A1, 20 and 1C. RGB value is (161,32,28). Sum of RGB (Red+Green+Blue) = 161+32+28=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A1201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1201C is #5EDFE3. Grayscale: #464646. Windows color (decimal): -6217700 or 1843361. OLE color: 1843361.

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

Color convert

RGB 161 32 28 -
CMYK 0 0.80 0.83 0.37
HSL 1.8º 0.7% 0.37% -
HSV(B) 1.8º 0.83% 0.63% -
XYZ 15.42 8.69 1.96 -
YUV 70.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 161 32 28 0 0.80 0.83 0.37 1.8 0.7 0.37
Hex A1 20 1C 0 50 53 25 2 46 25
Octal 241 40 34 0 120 123 45 2 106 45
Binary 10100001 100000 11100 0 1010000 1010011 100101 10 1000110 100101

Color Harmonies of #A1201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1201C

Black with #A1201C

Text Example


Text Example

White with #A1201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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