Html Css Color HEX #A02121 Brown

📋 copy color: '#A02121'

red 160 ◦ green 33 ◦ blue 33

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

Shades of Brown #A02121

Tints of Brown #A02121

RGB

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

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

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

R = 70.8%
G = 14.6%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A02121 (or 0xA02121) is known color: Brown. HEX triplet: A0, 21 and 21. RGB value is (160,33,33). Sum of RGB (Red+Green+Blue) = 160+33+33=226 (29% of max value = 765). Red value is 160 (62.89% from 255 or 70.80% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 160 - color contains mainly: red. Hex color #A02121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02121 is #5FDEDE. Grayscale: #474747. Windows color (decimal): -6282975 or 2171296. OLE color: 2171296.

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

Color convert

RGB 160 33 33 -
CMYK 0 0.79 0.79 0.37
HSL 0.66% 0.38% -
HSV(B) 0.79% 0.63% -
XYZ 15.32 8.67 2.31 -
YUV 70.97 106.58 191.5 -
System Red Green Blue C M Y K H S L
Decimal 160 33 33 0 0.79 0.79 0.37 0 0.66 0.38
Hex A0 21 21 0 4F 4F 25 0 42 26
Octal 240 41 41 0 117 117 45 0 102 46
Binary 10100000 100001 100001 0 1001111 1001111 100101 0 1000010 100110

Color Harmonies of #A02121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02121

Black with #A02121

Text Example


Text Example

White with #A02121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02121; }

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

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

background-color css

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

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

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

border-color css

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

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

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