Html Css Color HEX #A32B1C Brown

📋 copy color: '#A32B1C'

red 163 ◦ green 43 ◦ blue 28

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

Shades of Brown #A32B1C

Tints of Brown #A32B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.97%

R = 69.66%
G = 18.38%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A32B1C (or 0xA32B1C) is known color: Brown. HEX triplet: A3, 2B and 1C. RGB value is (163,43,28). Sum of RGB (Red+Green+Blue) = 163+43+28=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32B1C is #5CD4E3. Grayscale: #4D4D4D. Windows color (decimal): -6083812 or 1846179. OLE color: 1846179.

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

Color convert

RGB 163 43 28 -
CMYK 0 0.74 0.83 0.36
HSL 6.67º 0.71% 0.37% -
HSV(B) 6.67º 0.83% 0.64% -
XYZ 16.18 9.6 2.1 -
YUV 77.17 100.26 189.22 -
System Red Green Blue C M Y K H S L
Decimal 163 43 28 0 0.74 0.83 0.36 6.67 0.71 0.37
Hex A3 2B 1C 0 4A 53 24 7 47 25
Octal 243 53 34 0 112 123 44 7 107 45
Binary 10100011 101011 11100 0 1001010 1010011 100100 111 1000111 100101

Color Harmonies of #A32B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32B1C

Black with #A32B1C

Text Example


Text Example

White with #A32B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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