#AD363E

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

Shades of Brick Red #AD363E

Tints of Brick Red #AD363E

Color information

#AD363E (or 0xAD363E) is unknown color: approx Brick Red. HEX triplet: AD, 36 and 3E. RGB value is (173,54,62). Sum of RGB (Red+Green+Blue) = 173+54+62=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD363E is #52C9C1. Grayscale: #5A5A5A. Windows color (decimal): -5425602 or 4077229. OLE color: 4077229.

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

Color convert

RGB1735462-
CMYK00.690.640.32
HSL355.97º52.42%44.51%-
HSV(B)355.97º68.79%67.84%-
XYZ19.4211.875.82-
YUV90.49111.92186.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.86%
GREEN value IS 54 (21.48% from 255) = 18.69%
BLUE value IS 62 (24.61% from 255) = 21.45%
R=59.86%
G=18.69%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173546200.690.640.32355.9752.4244.51
HexAD363E0454020164342d
Octal25566760105100405446455
Binary10101101110110111110010001011000000100000101100100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD363E; }

 p { color: rgb(173,54,62); }

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

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

 a { background-color: rgb(173,54,62); }

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

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

 span { border-color: rgb(173,54,62); }

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