Html Css Color HEX #AD373D Brick Red

📋 copy color: '#AD373D'

red 173 ◦ green 55 ◦ blue 61

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

Shades of Brick Red #AD373D

Tints of Brick Red #AD373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.03%

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

R = 59.86%
G = 19.03%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD373D (or 0xAD373D) is known color: Brick Red. HEX triplet: AD, 37 and 3D. RGB value is (173,55,61). Sum of RGB (Red+Green+Blue) = 173+55+61=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD373D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD373D is #52C8C2. Grayscale: #5B5B5B. Windows color (decimal): -5425347 or 4011949. OLE color: 4011949.

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

Color convert

RGB 173 55 61 -
CMYK 0 0.68 0.65 0.32
HSL 356.95º 0.52% 0.45% -
HSV(B) 356.95º 0.68% 0.68% -
XYZ 19.44 11.95 5.7 -
YUV 90.97 111.09 186.51 -
System Red Green Blue C M Y K H S L
Decimal 173 55 61 0 0.68 0.65 0.32 356.95 0.52 0.45
Hex AD 37 3D 0 44 41 20 165 34 2D
Octal 255 67 75 0 104 101 40 545 64 55
Binary 10101101 110111 111101 0 1000100 1000001 100000 101100101 110100 101101

Color Harmonies of #AD373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD373D

Black with #AD373D

Text Example


Text Example

White with #AD373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD373D; }

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

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

background-color css

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

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

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

border-color css

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

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

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