Html Css Color HEX #A32F2C Brown

📋 copy color: '#A32F2C'

red 163 ◦ green 47 ◦ blue 44

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

Shades of Brown #A32F2C

Tints of Brown #A32F2C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.5%

 BLUE value IS 44 (17.58% from 255) = 17.32%

R = 64.17%
G = 18.5%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A32F2C (or 0xA32F2C) is known color: Brown. HEX triplet: A3, 2F and 2C. RGB value is (163,47,44). Sum of RGB (Red+Green+Blue) = 163+47+44=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A32F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32F2C is #5CD0D3. Grayscale: #515151. Windows color (decimal): -6082772 or 2895779. OLE color: 2895779.

HSL color Cylindrical-coordinate representation of color #A32F2C: hue angle of 1.51º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A32F2C is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 47 44 -
CMYK 0 0.71 0.73 0.36
HSL 1.51º 0.57% 0.41% -
HSV(B) 1.51º 0.73% 0.64% -
XYZ 16.58 10 3.44 -
YUV 81.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 163 47 44 0 0.71 0.73 0.36 1.51 0.57 0.41
Hex A3 2F 2C 0 47 49 24 2 39 29
Octal 243 57 54 0 107 111 44 2 71 51
Binary 10100011 101111 101100 0 1000111 1001001 100100 10 111001 101001

Color Harmonies of #A32F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32F2C

Black with #A32F2C

Text Example


Text Example

White with #A32F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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