#AD1E04

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

Shades of Fire Brick #AD1E04

Tints of Fire Brick #AD1E04

Color information

#AD1E04 (or 0xAD1E04) is unknown color: approx Fire Brick. HEX triplet: AD, 1E and 04. RGB value is (173,30,4). Sum of RGB (Red+Green+Blue) = 173+30+4=207 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.57% from 207); Green value is 30 (12.11% from 255 or 14.49% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1E04 is #52E1FB. Grayscale: #464646. Windows color (decimal): -5431804 or 269997. OLE color: 269997.

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

Color convert

RGB173304-
CMYK00.830.980.32
HSL9.23º95.48%34.71%-
HSV(B)9.23º97.69%67.84%-
XYZ17.729.821.08-
YUV69.7990.88201.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 83.57%
GREEN value IS 30 (12.11% from 255) = 14.49%
BLUE value IS 4 (1.95% from 255) = 1.93%
R=83.57%
G=14.49%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17330400.830.980.329.2395.4834.71
HexAD1E4053622095f23
Octal2553640123142401113743
Binary101011011111010001010011110001010000010011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1E04; }

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

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

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

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

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

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

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

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