Html Css Color HEX #A32C1F Brown

📋 copy color: '#A32C1F'

red 163 ◦ green 44 ◦ blue 31

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

Shades of Brown #A32C1F

Tints of Brown #A32C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.03%

R = 68.49%
G = 18.49%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A32C1F (or 0xA32C1F) is known color: Brown. HEX triplet: A3, 2C and 1F. RGB value is (163,44,31). Sum of RGB (Red+Green+Blue) = 163+44+31=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32C1F is #5CD3E0. Grayscale: #4E4E4E. Windows color (decimal): -6083553 or 2043043. OLE color: 2043043.

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

Color convert

RGB 163 44 31 -
CMYK 0 0.73 0.81 0.36
HSL 5.91º 0.68% 0.38% -
HSV(B) 5.91º 0.81% 0.64% -
XYZ 16.25 9.69 2.31 -
YUV 78.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 163 44 31 0 0.73 0.81 0.36 5.91 0.68 0.38
Hex A3 2C 1F 0 49 51 24 6 44 26
Octal 243 54 37 0 111 121 44 6 104 46
Binary 10100011 101100 11111 0 1001001 1010001 100100 110 1000100 100110

Color Harmonies of #A32C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32C1F

Black with #A32C1F

Text Example


Text Example

White with #A32C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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