#AD1C04

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

Shades of Fire Brick #AD1C04

Tints of Fire Brick #AD1C04

Color information

#AD1C04 (or 0xAD1C04) is unknown color: approx Fire Brick. HEX triplet: AD, 1C and 04. RGB value is (173,28,4). Sum of RGB (Red+Green+Blue) = 173+28+4=205 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.39% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1C04 is #52E3FB. Grayscale: #444444. Windows color (decimal): -5432316 or 269485. OLE color: 269485.

HSL color Cylindrical-coordinate representation of color #AD1C04: hue angle of 8.52º 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 #AD1C04 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB173284-
CMYK00.840.980.32
HSL8.52º95.48%34.71%-
HSV(B)8.52º97.69%67.84%-
XYZ17.679.721.06-
YUV68.6291.54202.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 84.39%
GREEN value IS 28 (11.33% from 255) = 13.66%
BLUE value IS 4 (1.95% from 255) = 1.95%
R=84.39%
G=13.66%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17328400.840.980.328.5295.4834.71
HexAD1C4054622095f23
Octal2553440124142401113743
Binary101011011110010001010100110001010000010011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1C04; }

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

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

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

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

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

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

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

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