Html Css Color HEX #AD1E15 Fire Brick

📋 copy color: '#AD1E15'

red 173 ◦ green 30 ◦ blue 21

#AD1E15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #AD1E15

Tints of Fire Brick #AD1E15

RGB

 RED value IS 173 (67.97% from 255) = 77.23%

 GREEN value IS 30 (12.11% from 255) = 13.39%

 BLUE value IS 21 (8.59% from 255) = 9.38%

R = 77.23%
G = 13.39%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD1E15 (or 0xAD1E15) is known color: Fire Brick. HEX triplet: AD, 1E and 15. RGB value is (173,30,21). Sum of RGB (Red+Green+Blue) = 173+30+21=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1E15 is #52E1EA. Grayscale: #474747. Windows color (decimal): -5431787 or 1384109. OLE color: 1384109.

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

Color convert

RGB 173 30 21 -
CMYK 0 0.83 0.88 0.32
HSL 3.55º 0.78% 0.38% -
HSV(B) 3.55º 0.88% 0.68% -
XYZ 17.83 9.87 1.67 -
YUV 71.73 99.38 200.23 -
System Red Green Blue C M Y K H S L
Decimal 173 30 21 0 0.83 0.88 0.32 3.55 0.78 0.38
Hex AD 1E 15 0 53 58 20 4 4E 26
Octal 255 36 25 0 123 130 40 4 116 46
Binary 10101101 11110 10101 0 1010011 1011000 100000 100 1001110 100110

Color Harmonies of #AD1E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1E15

Black with #AD1E15

Text Example


Text Example

White with #AD1E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1E15; }

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

 H1.HeaderClassName
 {
   color: #AD1E15;
 }
 .AnyTagClassName
 {
   color: #AD1E15;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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