Html Css Color HEX #A0211D Brown

📋 copy color: '#A0211D'

red 160 ◦ green 33 ◦ blue 29

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

Shades of Brown #A0211D

Tints of Brown #A0211D

RGB

 RED value IS 160 (62.89% from 255) = 72.07%

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

 BLUE value IS 29 (11.72% from 255) = 13.06%

R = 72.07%
G = 14.86%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0211D (or 0xA0211D) is known color: Brown. HEX triplet: A0, 21 and 1D. RGB value is (160,33,29). Sum of RGB (Red+Green+Blue) = 160+33+29=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A0211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0211D is #5FDEE2. Grayscale: #464646. Windows color (decimal): -6282979 or 1909152. OLE color: 1909152.

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

Color convert

RGB 160 33 29 -
CMYK 0 0.79 0.82 0.37
HSL 1.83º 0.69% 0.37% -
HSV(B) 1.83º 0.82% 0.63% -
XYZ 15.26 8.65 2.03 -
YUV 70.52 104.58 191.83 -
System Red Green Blue C M Y K H S L
Decimal 160 33 29 0 0.79 0.82 0.37 1.83 0.69 0.37
Hex A0 21 1D 0 4F 52 25 2 45 25
Octal 240 41 35 0 117 122 45 2 105 45
Binary 10100000 100001 11101 0 1001111 1010010 100101 10 1000101 100101

Color Harmonies of #A0211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0211D

Black with #A0211D

Text Example


Text Example

White with #A0211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0211D; }

 p { color: rgb(160,33,29); }

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

background-color css

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

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

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

border-color css

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

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

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