Html Css Color HEX #A0221B Brown

📋 copy color: '#A0221B'

red 160 ◦ green 34 ◦ blue 27

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

Shades of Brown #A0221B

Tints of Brown #A0221B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.22%

R = 72.4%
G = 15.38%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A0221B (or 0xA0221B) is known color: Brown. HEX triplet: A0, 22 and 1B. RGB value is (160,34,27). Sum of RGB (Red+Green+Blue) = 160+34+27=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A0221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0221B is #5FDDE4. Grayscale: #474747. Windows color (decimal): -6282725 or 1778336. OLE color: 1778336.

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

Color convert

RGB 160 34 27 -
CMYK 0 0.79 0.83 0.37
HSL 3.16º 0.71% 0.37% -
HSV(B) 3.16º 0.83% 0.63% -
XYZ 15.27 8.7 1.91 -
YUV 70.88 103.24 191.57 -
System Red Green Blue C M Y K H S L
Decimal 160 34 27 0 0.79 0.83 0.37 3.16 0.71 0.37
Hex A0 22 1B 0 4F 53 25 3 47 25
Octal 240 42 33 0 117 123 45 3 107 45
Binary 10100000 100010 11011 0 1001111 1010011 100101 11 1000111 100101

Color Harmonies of #A0221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0221B

Black with #A0221B

Text Example


Text Example

White with #A0221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0221B; }

 p { color: rgb(160,34,27); }

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

background-color css

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

 a { background-color: rgb(160,34,27); }

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

border-color css

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

 span { border-color: rgb(160,34,27); }

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