Html Css Color HEX #A32C21 Brown

📋 copy color: '#A32C21'

red 163 ◦ green 44 ◦ blue 33

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

Shades of Brown #A32C21

Tints of Brown #A32C21

RGB

 RED value IS 163 (64.06% from 255) = 67.92%

 GREEN value IS 44 (17.58% from 255) = 18.33%

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

R = 67.92%
G = 18.33%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A32C21 (or 0xA32C21) is known color: Brown. HEX triplet: A3, 2C and 21. RGB value is (163,44,33). Sum of RGB (Red+Green+Blue) = 163+44+33=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32C21 is #5CD3DE. Grayscale: #4E4E4E. Windows color (decimal): -6083551 or 2174115. OLE color: 2174115.

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

Color convert

RGB 163 44 33 -
CMYK 0 0.73 0.80 0.36
HSL 5.08º 0.66% 0.38% -
HSV(B) 5.08º 0.8% 0.64% -
XYZ 16.28 9.7 2.45 -
YUV 78.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 163 44 33 0 0.73 0.80 0.36 5.08 0.66 0.38
Hex A3 2C 21 0 49 50 24 5 42 26
Octal 243 54 41 0 111 120 44 5 102 46
Binary 10100011 101100 100001 0 1001001 1010000 100100 101 1000010 100110

Color Harmonies of #A32C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32C21

Black with #A32C21

Text Example


Text Example

White with #A32C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32C21; }

 p { color: rgb(163,44,33); }

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

background-color css

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

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

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

border-color css

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

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

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