Html Css Color HEX #AD180F Fire Brick

📋 copy color: '#AD180F'

red 173 ◦ green 24 ◦ blue 15

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

Shades of Fire Brick #AD180F

Tints of Fire Brick #AD180F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.32%

 BLUE value IS 15 (6.25% from 255) = 7.08%

R = 81.6%
G = 11.32%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD180F (or 0xAD180F) is known color: Fire Brick. HEX triplet: AD, 18 and 0F. RGB value is (173,24,15). Sum of RGB (Red+Green+Blue) = 173+24+15=212 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.60% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 173 - color contains mainly: red. Hex color #AD180F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD180F is #52E7F0. Grayscale: #434343. Windows color (decimal): -5433329 or 989357. OLE color: 989357.

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

Color convert

RGB 173 24 15 -
CMYK 0 0.86 0.91 0.32
HSL 3.42º 0.84% 0.37% -
HSV(B) 3.42º 0.91% 0.68% -
XYZ 17.65 9.57 1.37 -
YUV 67.53 98.36 203.23 -
System Red Green Blue C M Y K H S L
Decimal 173 24 15 0 0.86 0.91 0.32 3.42 0.84 0.37
Hex AD 18 F 0 56 5B 20 3 54 25
Octal 255 30 17 0 126 133 40 3 124 45
Binary 10101101 11000 1111 0 1010110 1011011 100000 11 1010100 100101

Color Harmonies of #AD180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD180F

Black with #AD180F

Text Example


Text Example

White with #AD180F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD180F; }

 p { color: rgb(173,24,15); }

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

background-color css

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

 a { background-color: rgb(173,24,15); }

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

border-color css

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

 span { border-color: rgb(173,24,15); }

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