Html Css Color HEX #A2251E Brown

📋 copy color: '#A2251E'

red 162 ◦ green 37 ◦ blue 30

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

Shades of Brown #A2251E

Tints of Brown #A2251E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.16%

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

R = 70.74%
G = 16.16%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A2251E (or 0xA2251E) is known color: Brown. HEX triplet: A2, 25 and 1E. RGB value is (162,37,30). Sum of RGB (Red+Green+Blue) = 162+37+30=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A2251E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2251E is #5DDAE1. Grayscale: #494949. Windows color (decimal): -6150882 or 1975714. OLE color: 1975714.

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

Color convert

RGB 162 37 30 -
CMYK 0 0.77 0.81 0.36
HSL 3.18º 0.69% 0.38% -
HSV(B) 3.18º 0.81% 0.64% -
XYZ 15.8 9.1 2.15 -
YUV 73.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 162 37 30 0 0.77 0.81 0.36 3.18 0.69 0.38
Hex A2 25 1E 0 4D 51 24 3 45 26
Octal 242 45 36 0 115 121 44 3 105 46
Binary 10100010 100101 11110 0 1001101 1010001 100100 11 1000101 100110

Color Harmonies of #A2251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2251E

Black with #A2251E

Text Example


Text Example

White with #A2251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2251E; }

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

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

background-color css

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

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

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

border-color css

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

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

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