Html Css Color HEX #AD2B24 Brown

📋 copy color: '#AD2B24'

red 173 ◦ green 43 ◦ blue 36

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

Shades of Brown #AD2B24

Tints of Brown #AD2B24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.29%

R = 68.65%
G = 17.06%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD2B24 (or 0xAD2B24) is known color: Brown. HEX triplet: AD, 2B and 24. RGB value is (173,43,36). Sum of RGB (Red+Green+Blue) = 173+43+36=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B24 is #52D4DB. Grayscale: #515151. Windows color (decimal): -5428444 or 2370477. OLE color: 2370477.

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

Color convert

RGB 173 43 36 -
CMYK 0 0.75 0.79 0.32
HSL 3.07º 0.66% 0.41% -
HSV(B) 3.07º 0.79% 0.68% -
XYZ 18.42 10.74 2.77 -
YUV 81.07 102.57 193.57 -
System Red Green Blue C M Y K H S L
Decimal 173 43 36 0 0.75 0.79 0.32 3.07 0.66 0.41
Hex AD 2B 24 0 4B 4F 20 3 42 29
Octal 255 53 44 0 113 117 40 3 102 51
Binary 10101101 101011 100100 0 1001011 1001111 100000 11 1000010 101001

Color Harmonies of #AD2B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B24

Black with #AD2B24

Text Example


Text Example

White with #AD2B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B24; }

 p { color: rgb(173,43,36); }

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

background-color css

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

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

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

border-color css

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

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

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