Html Css Color HEX #A12121 Brown

📋 copy color: '#A12121'

red 161 ◦ green 33 ◦ blue 33

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

Shades of Brown #A12121

Tints of Brown #A12121

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.54%

 BLUE value IS 33 (13.28% from 255) = 14.54%

R = 70.93%
G = 14.54%
B = 14.54%

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

#A12121 (or 0xA12121) is known color: Brown. HEX triplet: A1, 21 and 21. RGB value is (161,33,33). Sum of RGB (Red+Green+Blue) = 161+33+33=227 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.93% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 161 - color contains mainly: red. Hex color #A12121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12121 is #5EDEDE. Grayscale: #474747. Windows color (decimal): -6217439 or 2171297. OLE color: 2171297.

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

Color convert

RGB 161 33 33 -
CMYK 0 0.80 0.80 0.37
HSL 0.66% 0.38% -
HSV(B) 0.8% 0.63% -
XYZ 15.52 8.77 2.31 -
YUV 71.27 106.41 192 -
System Red Green Blue C M Y K H S L
Decimal 161 33 33 0 0.80 0.80 0.37 0 0.66 0.38
Hex A1 21 21 0 50 50 25 0 42 26
Octal 241 41 41 0 120 120 45 0 102 46
Binary 10100001 100001 100001 0 1010000 1010000 100101 0 1000010 100110

Color Harmonies of #A12121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12121

Black with #A12121

Text Example


Text Example

White with #A12121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12121; }

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

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

background-color css

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

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

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

border-color css

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

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

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