#AD1E1A

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

Shades of Fire Brick #AD1E1A

Tints of Fire Brick #AD1E1A

Color information

#AD1E1A (or 0xAD1E1A) is unknown color: approx Fire Brick. HEX triplet: AD, 1E and 1A. RGB value is (173,30,26). Sum of RGB (Red+Green+Blue) = 173+30+26=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1E1A is #52E1E5. Grayscale: #484848. Windows color (decimal): -5431782 or 1711789. OLE color: 1711789.

HSL color Cylindrical-coordinate representation of color #AD1E1A: hue angle of 1.63º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1E1A is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB1733026-
CMYK00.830.850.32
HSL1.63º73.87%39.02%-
HSV(B)1.63º84.97%67.84%-
XYZ17.889.891.94-
YUV72.3101.88199.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 75.55%
GREEN value IS 30 (12.11% from 255) = 13.10%
BLUE value IS 26 (10.55% from 255) = 11.35%
R=75.55%
G=13.10%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173302600.830.850.321.6373.8739.02
HexAD1E1A053552024a27
Octal2553632012312540211247
Binary101011011111011010010100111010101100000101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1E1A; }

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

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

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

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

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

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

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

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