Html Css Color HEX #A22121 Brown

📋 copy color: '#A22121'

red 162 ◦ green 33 ◦ blue 33

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

Shades of Brown #A22121

Tints of Brown #A22121

RGB

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

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

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

R = 71.05%
G = 14.47%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A22121 (or 0xA22121) is known color: Brown. HEX triplet: A2, 21 and 21. RGB value is (162,33,33). Sum of RGB (Red+Green+Blue) = 162+33+33=228 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.05% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 162 - color contains mainly: red. Hex color #A22121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22121 is #5DDEDE. Grayscale: #474747. Windows color (decimal): -6151903 or 2171298. OLE color: 2171298.

HSL color Cylindrical-coordinate representation of color #A22121: hue angle of 0º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22121 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 33 33 -
CMYK 0 0.80 0.80 0.36
HSL 0.66% 0.38% -
HSV(B) 0.8% 0.64% -
XYZ 15.72 8.88 2.32 -
YUV 71.57 106.24 192.5 -
System Red Green Blue C M Y K H S L
Decimal 162 33 33 0 0.80 0.80 0.36 0 0.66 0.38
Hex A2 21 21 0 50 50 24 0 42 26
Octal 242 41 41 0 120 120 44 0 102 46
Binary 10100010 100001 100001 0 1010000 1010000 100100 0 1000010 100110

Color Harmonies of #A22121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22121

Black with #A22121

Text Example


Text Example

White with #A22121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22121; }

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

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

background-color css

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

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

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

border-color css

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

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

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