Html Css Color HEX #A32E2E Brown

📋 copy color: '#A32E2E'

red 163 ◦ green 46 ◦ blue 46

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

Shades of Brown #A32E2E

Tints of Brown #A32E2E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.04%

 BLUE value IS 46 (18.36% from 255) = 18.04%

R = 63.92%
G = 18.04%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A32E2E (or 0xA32E2E) is known color: Brown. HEX triplet: A3, 2E and 2E. RGB value is (163,46,46). Sum of RGB (Red+Green+Blue) = 163+46+46=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A32E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32E2E is #5CD1D1. Grayscale: #515151. Windows color (decimal): -6083026 or 3026595. OLE color: 3026595.

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

Color convert

RGB 163 46 46 -
CMYK 0 0.72 0.72 0.36
HSL 0.56% 0.41% -
HSV(B) 0.72% 0.64% -
XYZ 16.57 9.94 3.63 -
YUV 80.98 108.26 186.5 -
System Red Green Blue C M Y K H S L
Decimal 163 46 46 0 0.72 0.72 0.36 0 0.56 0.41
Hex A3 2E 2E 0 48 48 24 0 38 29
Octal 243 56 56 0 110 110 44 0 70 51
Binary 10100011 101110 101110 0 1001000 1001000 100100 0 111000 101001

Color Harmonies of #A32E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32E2E

Black with #A32E2E

Text Example


Text Example

White with #A32E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32E2E; }

 p { color: rgb(163,46,46); }

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

background-color css

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

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

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

border-color css

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

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

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