Html Css Color HEX #A32B2B Brown

📋 copy color: '#A32B2B'

red 163 ◦ green 43 ◦ blue 43

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

Shades of Brown #A32B2B

Tints of Brown #A32B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.27%

R = 65.46%
G = 17.27%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A32B2B (or 0xA32B2B) is known color: Brown. HEX triplet: A3, 2B and 2B. RGB value is (163,43,43). Sum of RGB (Red+Green+Blue) = 163+43+43=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32B2B is #5CD4D4. Grayscale: #4F4F4F. Windows color (decimal): -6083797 or 2829219. OLE color: 2829219.

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

Color convert

RGB 163 43 43 -
CMYK 0 0.74 0.74 0.36
HSL 0.58% 0.4% -
HSV(B) 0.74% 0.64% -
XYZ 16.4 9.69 3.29 -
YUV 78.88 107.76 188 -
System Red Green Blue C M Y K H S L
Decimal 163 43 43 0 0.74 0.74 0.36 0 0.58 0.4
Hex A3 2B 2B 0 4A 4A 24 0 3A 28
Octal 243 53 53 0 112 112 44 0 72 50
Binary 10100011 101011 101011 0 1001010 1001010 100100 0 111010 101000

Color Harmonies of #A32B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32B2B

Black with #A32B2B

Text Example


Text Example

White with #A32B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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