#AD1C15

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

Shades of Fire Brick #AD1C15

Tints of Fire Brick #AD1C15

Color information

#AD1C15 (or 0xAD1C15) is unknown color: approx Fire Brick. HEX triplet: AD, 1C and 15. RGB value is (173,28,21). Sum of RGB (Red+Green+Blue) = 173+28+21=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1C15 is #52E3EA. Grayscale: #464646. Windows color (decimal): -5432299 or 1383597. OLE color: 1383597.

HSL color Cylindrical-coordinate representation of color #AD1C15: hue angle of 2.76º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1C15 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB1732821-
CMYK00.840.880.32
HSL2.76º78.35%38.04%-
HSV(B)2.76º87.86%67.84%-
XYZ17.789.771.66-
YUV70.56100.04201.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 77.93%
GREEN value IS 28 (11.33% from 255) = 12.61%
BLUE value IS 21 (8.59% from 255) = 9.46%
R=77.93%
G=12.61%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173282100.840.880.322.7678.3538.04
HexAD1C15054582034e26
Octal2553425012413040311646
Binary101011011110010101010101001011000100000111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1C15; }

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

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

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

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

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

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

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

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