Html Css Color HEX #A32B1F Brown

📋 copy color: '#A32B1F'

red 163 ◦ green 43 ◦ blue 31

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

Shades of Brown #A32B1F

Tints of Brown #A32B1F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.14%

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

R = 68.78%
G = 18.14%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A32B1F (or 0xA32B1F) is known color: Brown. HEX triplet: A3, 2B and 1F. RGB value is (163,43,31). Sum of RGB (Red+Green+Blue) = 163+43+31=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32B1F is #5CD4E0. Grayscale: #4D4D4D. Windows color (decimal): -6083809 or 2042787. OLE color: 2042787.

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

Color convert

RGB 163 43 31 -
CMYK 0 0.74 0.81 0.36
HSL 5.45º 0.68% 0.38% -
HSV(B) 5.45º 0.81% 0.64% -
XYZ 16.22 9.61 2.3 -
YUV 77.51 101.76 188.98 -
System Red Green Blue C M Y K H S L
Decimal 163 43 31 0 0.74 0.81 0.36 5.45 0.68 0.38
Hex A3 2B 1F 0 4A 51 24 5 44 26
Octal 243 53 37 0 112 121 44 5 104 46
Binary 10100011 101011 11111 0 1001010 1010001 100100 101 1000100 100110

Color Harmonies of #A32B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32B1F

Black with #A32B1F

Text Example


Text Example

White with #A32B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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