#AD2C3A

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

Shades of Brick Red #AD2C3A

Tints of Brick Red #AD2C3A

Color information

#AD2C3A (or 0xAD2C3A) is unknown color: approx Brick Red. HEX triplet: AD, 2C and 3A. RGB value is (173,44,58). Sum of RGB (Red+Green+Blue) = 173+44+58=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2C3A is #52D3C5. Grayscale: #545454. Windows color (decimal): -5428166 or 3812525. OLE color: 3812525.

HSL color Cylindrical-coordinate representation of color #AD2C3A: hue angle of 353.49º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2C3A is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB1734458-
CMYK00.750.660.32
HSL353.49º59.45%42.55%-
HSV(B)353.49º74.57%67.84%-
XYZ18.910.995.13-
YUV84.17113.24191.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.91%
GREEN value IS 44 (17.58% from 255) = 16%
BLUE value IS 58 (23.05% from 255) = 21.09%
R=62.91%
G=16%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173445800.750.660.32353.4959.4542.55
HexAD2C3A04B42201613b2b
Octal25554720113102405417353
Binary10101101101100111010010010111000010100000101100001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2C3A; }

 p { color: rgb(173,44,58); }

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

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

 a { background-color: rgb(173,44,58); }

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

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

 span { border-color: rgb(173,44,58); }

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