Html Css Color HEX #AD3131 Brown

📋 copy color: '#AD3131'

red 173 ◦ green 49 ◦ blue 49

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

Shades of Brown #AD3131

Tints of Brown #AD3131

RGB

 RED value IS 173 (67.97% from 255) = 63.84%

 GREEN value IS 49 (19.53% from 255) = 18.08%

 BLUE value IS 49 (19.53% from 255) = 18.08%

R = 63.84%
G = 18.08%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD3131 (or 0xAD3131) is known color: Brown. HEX triplet: AD, 31 and 31. RGB value is (173,49,49). Sum of RGB (Red+Green+Blue) = 173+49+49=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3131 is #52CECE. Grayscale: #565656. Windows color (decimal): -5426895 or 3223981. OLE color: 3223981.

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

Color convert

RGB 173 49 49 -
CMYK 0 0.72 0.72 0.32
HSL 0.56% 0.44% -
HSV(B) 0.72% 0.68% -
XYZ 18.89 11.3 4.09 -
YUV 86.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 173 49 49 0 0.72 0.72 0.32 0 0.56 0.44
Hex AD 31 31 0 48 48 20 0 38 2C
Octal 255 61 61 0 110 110 40 0 70 54
Binary 10101101 110001 110001 0 1001000 1001000 100000 0 111000 101100

Color Harmonies of #AD3131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3131

Black with #AD3131

Text Example


Text Example

White with #AD3131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3131; }

 p { color: rgb(173,49,49); }

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

background-color css

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

 a { background-color: rgb(173,49,49); }

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

border-color css

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

 span { border-color: rgb(173,49,49); }

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