#AD313C

Color #AD313C Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #AD313C

Tints of Brick Red #AD313C

Color information

#AD313C (or 0xAD313C) is unknown color: approx Brick Red. HEX triplet: AD, 31 and 3C. RGB value is (173,49,60). Sum of RGB (Red+Green+Blue) = 173+49+60=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD313C is #52CEC3. Grayscale: #575757. Windows color (decimal): -5426884 or 3944877. OLE color: 3944877.

HSL color Cylindrical-coordinate representation of color #AD313C: hue angle of 354.68º 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 #AD313C is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB1734960-
CMYK00.720.650.32
HSL354.68º55.86%43.53%-
HSV(B)354.68º71.68%67.84%-
XYZ19.1511.415.47-
YUV87.33112.58189.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.35%
GREEN value IS 49 (19.53% from 255) = 17.38%
BLUE value IS 60 (23.83% from 255) = 21.28%
R=61.35%
G=17.38%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173496000.720.650.32354.6855.8643.53
HexAD313C0484120163382c
Octal25561740110101405437054
Binary10101101110001111100010010001000001100000101100011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD313C; }

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

 H1.HeaderClassName
 {
   color: #AD313C;
 }
 .AnyTagClassName
 {
   color: #AD313C;
 }
</style>
background-color css

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

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

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

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

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

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