Html Css Color HEX #AD180D Fire Brick

📋 copy color: '#AD180D'

red 173 ◦ green 24 ◦ blue 13

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

Shades of Fire Brick #AD180D

Tints of Fire Brick #AD180D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.19%

R = 82.38%
G = 11.43%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD180D (or 0xAD180D) is known color: Fire Brick. HEX triplet: AD, 18 and 0D. RGB value is (173,24,13). Sum of RGB (Red+Green+Blue) = 173+24+13=210 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.38% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 173 - color contains mainly: red. Hex color #AD180D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD180D is #52E7F2. Grayscale: #434343. Windows color (decimal): -5433331 or 858285. OLE color: 858285.

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

Color convert

RGB 173 24 13 -
CMYK 0 0.86 0.92 0.32
HSL 4.13º 0.86% 0.36% -
HSV(B) 4.13º 0.92% 0.68% -
XYZ 17.63 9.57 1.3 -
YUV 67.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 173 24 13 0 0.86 0.92 0.32 4.13 0.86 0.36
Hex AD 18 D 0 56 5C 20 4 56 24
Octal 255 30 15 0 126 134 40 4 126 44
Binary 10101101 11000 1101 0 1010110 1011100 100000 100 1010110 100100

Color Harmonies of #AD180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD180D

Black with #AD180D

Text Example


Text Example

White with #AD180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD180D; }

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

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

background-color css

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

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

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

border-color css

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

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

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