Html Css Color HEX #AD313D Brick Red

📋 copy color: '#AD313D'

red 173 ◦ green 49 ◦ blue 61

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

Shades of Brick Red #AD313D

Tints of Brick Red #AD313D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.31%

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

R = 61.13%
G = 17.31%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD313D (or 0xAD313D) is known color: Brick Red. HEX triplet: AD, 31 and 3D. RGB value is (173,49,61). Sum of RGB (Red+Green+Blue) = 173+49+61=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD313D is #52CEC2. Grayscale: #575757. Windows color (decimal): -5426883 or 4010413. OLE color: 4010413.

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

Color convert

RGB 173 49 61 -
CMYK 0 0.72 0.65 0.32
HSL 354.19º 0.56% 0.44% -
HSV(B) 354.19º 0.72% 0.68% -
XYZ 19.17 11.42 5.61 -
YUV 87.44 113.08 189.02 -
System Red Green Blue C M Y K H S L
Decimal 173 49 61 0 0.72 0.65 0.32 354.19 0.56 0.44
Hex AD 31 3D 0 48 41 20 162 38 2C
Octal 255 61 75 0 110 101 40 542 70 54
Binary 10101101 110001 111101 0 1001000 1000001 100000 101100010 111000 101100

Color Harmonies of #AD313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD313D

Black with #AD313D

Text Example


Text Example

White with #AD313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD313D; }

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

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

background-color css

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

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

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

border-color css

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

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

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