#AD2922

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

Shades of Fire Brick #AD2922

Tints of Fire Brick #AD2922

Color information

#AD2922 (or 0xAD2922) is unknown color: approx Fire Brick. HEX triplet: AD, 29 and 22. RGB value is (173,41,34). Sum of RGB (Red+Green+Blue) = 173+41+34=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2922 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2922 is #52D6DD. Grayscale: #4F4F4F. Windows color (decimal): -5428958 or 2238893. OLE color: 2238893.

HSL color Cylindrical-coordinate representation of color #AD2922: hue angle of 3.02º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2922 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB1734134-
CMYK00.760.800.32
HSL3.02º67.15%40.59%-
HSV(B)3.02º80.35%67.84%-
XYZ18.3210.592.59-
YUV79.67102.23194.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 69.76%
GREEN value IS 41 (16.41% from 255) = 16.53%
BLUE value IS 34 (13.67% from 255) = 13.71%
R=69.76%
G=16.53%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173413400.760.800.323.0267.1540.59
HexAD292204C502034329
Octal2555142011412040310351
Binary10101101101001100010010011001010000100000111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2922; }

 p { color: rgb(173,41,34); }

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

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

 a { background-color: rgb(173,41,34); }

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

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

 span { border-color: rgb(173,41,34); }

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