Html Css Color HEX #AD3030 Brown

📋 copy color: '#AD3030'

red 173 ◦ green 48 ◦ blue 48

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

Shades of Brown #AD3030

Tints of Brown #AD3030

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.84%

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

R = 64.31%
G = 17.84%
B = 17.84%

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

#AD3030 (or 0xAD3030) is known color: Brown. HEX triplet: AD, 30 and 30. RGB value is (173,48,48). Sum of RGB (Red+Green+Blue) = 173+48+48=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3030 is #52CFCF. Grayscale: #555555. Windows color (decimal): -5427152 or 3158189. OLE color: 3158189.

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

Color convert

RGB 173 48 48 -
CMYK 0 0.72 0.72 0.32
HSL 0.57% 0.43% -
HSV(B) 0.72% 0.68% -
XYZ 18.82 11.21 3.97 -
YUV 85.38 106.91 190.5 -
System Red Green Blue C M Y K H S L
Decimal 173 48 48 0 0.72 0.72 0.32 0 0.57 0.43
Hex AD 30 30 0 48 48 20 0 39 2B
Octal 255 60 60 0 110 110 40 0 71 53
Binary 10101101 110000 110000 0 1001000 1001000 100000 0 111001 101011

Color Harmonies of #AD3030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3030

Black with #AD3030

Text Example


Text Example

White with #AD3030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3030; }

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

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

background-color css

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

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

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

border-color css

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

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

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