#AD393E

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

Shades of Brick Red #AD393E

Tints of Brick Red #AD393E

Color information

#AD393E (or 0xAD393E) is unknown color: approx Brick Red. HEX triplet: AD, 39 and 3E. RGB value is (173,57,62). Sum of RGB (Red+Green+Blue) = 173+57+62=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD393E is #52C6C1. Grayscale: #5C5C5C. Windows color (decimal): -5424834 or 4077997. OLE color: 4077997.

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

Color convert

RGB1735762-
CMYK00.670.640.32
HSL357.41º50.43%45.1%-
HSV(B)357.41º67.05%67.84%-
XYZ19.5712.165.87-
YUV92.25110.93185.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.25%
GREEN value IS 57 (22.66% from 255) = 19.52%
BLUE value IS 62 (24.61% from 255) = 21.23%
R=59.25%
G=19.52%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173576200.670.640.32357.4150.4345.1
HexAD393E0434020165322d
Octal25571760103100405456255
Binary10101101111001111110010000111000000100000101100101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD393E; }

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

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

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

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

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

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

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

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