#AD1F04

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

Shades of Fire Brick #AD1F04

Tints of Fire Brick #AD1F04

Color information

#AD1F04 (or 0xAD1F04) is unknown color: approx Fire Brick. HEX triplet: AD, 1F and 04. RGB value is (173,31,4). Sum of RGB (Red+Green+Blue) = 173+31+4=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1F04 is #52E0FB. Grayscale: #464646. Windows color (decimal): -5431548 or 270253. OLE color: 270253.

HSL color Cylindrical-coordinate representation of color #AD1F04: hue angle of 9.59º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD1F04 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB173314-
CMYK00.820.980.32
HSL9.59º95.48%34.71%-
HSV(B)9.59º97.69%67.84%-
XYZ17.759.871.09-
YUV70.3890.54201.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 83.17%
GREEN value IS 31 (12.5% from 255) = 14.90%
BLUE value IS 4 (1.95% from 255) = 1.92%
R=83.17%
G=14.90%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17331400.820.980.329.5995.4834.71
HexAD1F40526220a5f23
Octal2553740122142401213743
Binary101011011111110001010010110001010000010101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1F04; }

 p { color: rgb(173,31,4); }

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

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

 a { background-color: rgb(173,31,4); }

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

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

 span { border-color: rgb(173,31,4); }

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