Html Css Color HEX #A2211E Brown

📋 copy color: '#A2211E'

red 162 ◦ green 33 ◦ blue 30

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

Shades of Brown #A2211E

Tints of Brown #A2211E

RGB

 RED value IS 162 (63.67% from 255) = 72%

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

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

R = 72%
G = 14.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A2211E (or 0xA2211E) is known color: Brown. HEX triplet: A2, 21 and 1E. RGB value is (162,33,30). Sum of RGB (Red+Green+Blue) = 162+33+30=225 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 162 - color contains mainly: red. Hex color #A2211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2211E is #5DDEE1. Grayscale: #474747. Windows color (decimal): -6151906 or 1974690. OLE color: 1974690.

HSL color Cylindrical-coordinate representation of color #A2211E: hue angle of 1.36º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2211E is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 33 30 -
CMYK 0 0.80 0.81 0.36
HSL 1.36º 0.69% 0.38% -
HSV(B) 1.36º 0.81% 0.64% -
XYZ 15.68 8.86 2.11 -
YUV 71.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 162 33 30 0 0.80 0.81 0.36 1.36 0.69 0.38
Hex A2 21 1E 0 50 51 24 1 45 26
Octal 242 41 36 0 120 121 44 1 105 46
Binary 10100010 100001 11110 0 1010000 1010001 100100 1 1000101 100110

Color Harmonies of #A2211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2211E

Black with #A2211E

Text Example


Text Example

White with #A2211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2211E; }

 p { color: rgb(162,33,30); }

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

background-color css

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

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

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

border-color css

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

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

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