#AD1F03

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

Shades of Fire Brick #AD1F03

Tints of Fire Brick #AD1F03

Color information

#AD1F03 (or 0xAD1F03) is unknown color: approx Fire Brick. HEX triplet: AD, 1F and 03. RGB value is (173,31,3). Sum of RGB (Red+Green+Blue) = 173+31+3=207 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.57% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1F03 is #52E0FC. Grayscale: #464646. Windows color (decimal): -5431549 or 204717. OLE color: 204717.

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

Color convert

RGB173313-
CMYK00.820.980.32
HSL9.88º96.59%34.51%-
HSV(B)9.88º98.27%67.84%-
XYZ17.749.871.06-
YUV70.2790.04201.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 83.57%
GREEN value IS 31 (12.5% from 255) = 14.98%
BLUE value IS 3 (1.56% from 255) = 1.45%
R=83.57%
G=14.98%
B=1.45%

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
Decimal17331300.820.980.329.8896.5934.51
HexAD1F30526220a6123
Octal2553730122142401214143
Binary10101101111111101010010110001010000010101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1F03; }

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

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

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

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

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

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

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

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