#AD353D

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

Shades of Brick Red #AD353D

Tints of Brick Red #AD353D

Color information

#AD353D (or 0xAD353D) is unknown color: approx Brick Red. HEX triplet: AD, 35 and 3D. RGB value is (173,53,61). Sum of RGB (Red+Green+Blue) = 173+53+61=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD353D is #52CAC2. Grayscale: #595959. Windows color (decimal): -5425859 or 4011437. OLE color: 4011437.

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

Color convert

RGB1735361-
CMYK00.690.650.32
HSL356º53.1%44.31%-
HSV(B)356º69.36%67.84%-
XYZ19.3511.775.67-
YUV89.79111.76187.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.28%
GREEN value IS 53 (21.09% from 255) = 18.47%
BLUE value IS 61 (24.22% from 255) = 21.25%
R=60.28%
G=18.47%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173536100.690.650.3235653.144.31
HexAD353D0454120164352c
Octal25565750105101405446554
Binary10101101110101111101010001011000001100000101100100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD353D; }

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

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

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

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

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

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

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

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