Html Css Color HEX #AD3130 Brown

📋 copy color: '#AD3130'

red 173 ◦ green 49 ◦ blue 48

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

Shades of Brown #AD3130

Tints of Brown #AD3130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.78%

R = 64.07%
G = 18.15%
B = 17.78%

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

#AD3130 (or 0xAD3130) is known color: Brown. HEX triplet: AD, 31 and 30. RGB value is (173,49,48). Sum of RGB (Red+Green+Blue) = 173+49+48=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3130 is #52CECF. Grayscale: #565656. Windows color (decimal): -5426896 or 3158445. OLE color: 3158445.

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

Color convert

RGB 173 49 48 -
CMYK 0 0.72 0.72 0.32
HSL 0.48º 0.57% 0.43% -
HSV(B) 0.48º 0.72% 0.68% -
XYZ 18.87 11.29 3.98 -
YUV 85.96 106.58 190.08 -
System Red Green Blue C M Y K H S L
Decimal 173 49 48 0 0.72 0.72 0.32 0.48 0.57 0.43
Hex AD 31 30 0 48 48 20 0 39 2B
Octal 255 61 60 0 110 110 40 0 71 53
Binary 10101101 110001 110000 0 1001000 1001000 100000 0 111001 101011

Color Harmonies of #AD3130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3130

Black with #AD3130

Text Example


Text Example

White with #AD3130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3130; }

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

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

background-color css

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

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

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

border-color css

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

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

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