Html Css Color HEX #A2221E Brown

📋 copy color: '#A2221E'

red 162 ◦ green 34 ◦ blue 30

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

Shades of Brown #A2221E

Tints of Brown #A2221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.04%

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

R = 71.68%
G = 15.04%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A2221E (or 0xA2221E) is known color: Brown. HEX triplet: A2, 22 and 1E. RGB value is (162,34,30). Sum of RGB (Red+Green+Blue) = 162+34+30=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A2221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2221E is #5DDDE1. Grayscale: #474747. Windows color (decimal): -6151650 or 1974946. OLE color: 1974946.

HSL color Cylindrical-coordinate representation of color #A2221E: hue angle of 1.82º 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 #A2221E is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 34 30 -
CMYK 0 0.79 0.81 0.36
HSL 1.82º 0.69% 0.38% -
HSV(B) 1.82º 0.81% 0.64% -
XYZ 15.71 8.92 2.12 -
YUV 71.82 104.41 192.33 -
System Red Green Blue C M Y K H S L
Decimal 162 34 30 0 0.79 0.81 0.36 1.82 0.69 0.38
Hex A2 22 1E 0 4F 51 24 2 45 26
Octal 242 42 36 0 117 121 44 2 105 46
Binary 10100010 100010 11110 0 1001111 1010001 100100 10 1000101 100110

Color Harmonies of #A2221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2221E

Black with #A2221E

Text Example


Text Example

White with #A2221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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