Html Css Color HEX #A12020 Brown

📋 copy color: '#A12020'

red 161 ◦ green 32 ◦ blue 32

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

Shades of Brown #A12020

Tints of Brown #A12020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.22%

R = 71.56%
G = 14.22%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A12020 (or 0xA12020) is known color: Brown. HEX triplet: A1, 20 and 20. RGB value is (161,32,32). Sum of RGB (Red+Green+Blue) = 161+32+32=225 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.56% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 161 - color contains mainly: red. Hex color #A12020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12020 is #5EDFDF. Grayscale: #464646. Windows color (decimal): -6217696 or 2105505. OLE color: 2105505.

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

Color convert

RGB 161 32 32 -
CMYK 0 0.80 0.80 0.37
HSL 0.67% 0.38% -
HSV(B) 0.8% 0.63% -
XYZ 15.48 8.71 2.23 -
YUV 70.57 106.24 192.5 -
System Red Green Blue C M Y K H S L
Decimal 161 32 32 0 0.80 0.80 0.37 0 0.67 0.38
Hex A1 20 20 0 50 50 25 0 43 26
Octal 241 40 40 0 120 120 45 0 103 46
Binary 10100001 100000 100000 0 1010000 1010000 100101 0 1000011 100110

Color Harmonies of #A12020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12020

Black with #A12020

Text Example


Text Example

White with #A12020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12020; }

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

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

background-color css

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

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

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

border-color css

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

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

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