Html Css Color HEX #AD343D Brick Red

📋 copy color: '#AD343D'

red 173 ◦ green 52 ◦ blue 61

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

Shades of Brick Red #AD343D

Tints of Brick Red #AD343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.18%

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

R = 60.49%
G = 18.18%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD343D (or 0xAD343D) is known color: Brick Red. HEX triplet: AD, 34 and 3D. RGB value is (173,52,61). Sum of RGB (Red+Green+Blue) = 173+52+61=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD343D is #52CBC2. Grayscale: #595959. Windows color (decimal): -5426115 or 4011181. OLE color: 4011181.

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

Color convert

RGB 173 52 61 -
CMYK 0 0.70 0.65 0.32
HSL 355.54º 0.54% 0.44% -
HSV(B) 355.54º 0.7% 0.68% -
XYZ 19.3 11.68 5.65 -
YUV 89.21 112.09 187.77 -
System Red Green Blue C M Y K H S L
Decimal 173 52 61 0 0.70 0.65 0.32 355.54 0.54 0.44
Hex AD 34 3D 0 46 41 20 164 36 2C
Octal 255 64 75 0 106 101 40 544 66 54
Binary 10101101 110100 111101 0 1000110 1000001 100000 101100100 110110 101100

Color Harmonies of #AD343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD343D

Black with #AD343D

Text Example


Text Example

White with #AD343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD343D; }

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

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

background-color css

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

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

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

border-color css

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

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

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