#AD1914

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

Shades of Fire Brick #AD1914

Tints of Fire Brick #AD1914

Color information

#AD1914 (or 0xAD1914) is unknown color: approx Fire Brick. HEX triplet: AD, 19 and 14. RGB value is (173,25,20). Sum of RGB (Red+Green+Blue) = 173+25+20=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1914 is #52E6EB. Grayscale: #444444. Windows color (decimal): -5433068 or 1317293. OLE color: 1317293.

HSL color Cylindrical-coordinate representation of color #AD1914: hue angle of 1.96º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1914 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB1732520-
CMYK00.860.880.32
HSL1.96º79.27%37.84%-
HSV(B)1.96º88.44%67.84%-
XYZ17.719.631.59-
YUV68.68100.53202.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 79.36%
GREEN value IS 25 (10.16% from 255) = 11.47%
BLUE value IS 20 (8.20% from 255) = 9.17%
R=79.36%
G=11.47%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173252000.860.880.321.9679.2737.84
HexAD1914056582024f26
Octal2553124012613040211746
Binary101011011100110100010101101011000100000101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1914; }

 p { color: rgb(173,25,20); }

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

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

 a { background-color: rgb(173,25,20); }

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

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

 span { border-color: rgb(173,25,20); }

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