Html Css Color HEX #A02521 Brown

📋 copy color: '#A02521'

red 160 ◦ green 37 ◦ blue 33

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

Shades of Brown #A02521

Tints of Brown #A02521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.35%

R = 69.57%
G = 16.09%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A02521 (or 0xA02521) is known color: Brown. HEX triplet: A0, 25 and 21. RGB value is (160,37,33). Sum of RGB (Red+Green+Blue) = 160+37+33=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A02521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02521 is #5FDADE. Grayscale: #494949. Windows color (decimal): -6281951 or 2172320. OLE color: 2172320.

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

Color convert

RGB 160 37 33 -
CMYK 0 0.77 0.79 0.37
HSL 1.89º 0.66% 0.38% -
HSV(B) 1.89º 0.79% 0.63% -
XYZ 15.43 8.91 2.34 -
YUV 73.32 105.25 189.83 -
System Red Green Blue C M Y K H S L
Decimal 160 37 33 0 0.77 0.79 0.37 1.89 0.66 0.38
Hex A0 25 21 0 4D 4F 25 2 42 26
Octal 240 45 41 0 115 117 45 2 102 46
Binary 10100000 100101 100001 0 1001101 1001111 100101 10 1000010 100110

Color Harmonies of #A02521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02521

Black with #A02521

Text Example


Text Example

White with #A02521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02521; }

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

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

background-color css

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

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

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

border-color css

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

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

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