Html Css Color HEX #AD323D Brick Red

📋 copy color: '#AD323D'

red 173 ◦ green 50 ◦ blue 61

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

Shades of Brick Red #AD323D

Tints of Brick Red #AD323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.61%

 BLUE value IS 61 (24.22% from 255) = 21.48%

R = 60.92%
G = 17.61%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD323D (or 0xAD323D) is known color: Brick Red. HEX triplet: AD, 32 and 3D. RGB value is (173,50,61). Sum of RGB (Red+Green+Blue) = 173+50+61=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD323D is #52CDC2. Grayscale: #585858. Windows color (decimal): -5426627 or 4010669. OLE color: 4010669.

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

Color convert

RGB 173 50 61 -
CMYK 0 0.71 0.65 0.32
HSL 354.63º 0.55% 0.44% -
HSV(B) 354.63º 0.71% 0.68% -
XYZ 19.22 11.5 5.62 -
YUV 88.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 173 50 61 0 0.71 0.65 0.32 354.63 0.55 0.44
Hex AD 32 3D 0 47 41 20 163 37 2C
Octal 255 62 75 0 107 101 40 543 67 54
Binary 10101101 110010 111101 0 1000111 1000001 100000 101100011 110111 101100

Color Harmonies of #AD323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD323D

Black with #AD323D

Text Example


Text Example

White with #AD323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD323D; }

 p { color: rgb(173,50,61); }

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

background-color css

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

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

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

border-color css

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

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

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