Html Css Color HEX #AD1810 Fire Brick

📋 copy color: '#AD1810'

red 173 ◦ green 24 ◦ blue 16

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

Shades of Fire Brick #AD1810

Tints of Fire Brick #AD1810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.51%

R = 81.22%
G = 11.27%
B = 7.51%

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

#AD1810 (or 0xAD1810) is known color: Fire Brick. HEX triplet: AD, 18 and 10. RGB value is (173,24,16). Sum of RGB (Red+Green+Blue) = 173+24+16=213 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.22% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1810 is #52E7EF. Grayscale: #434343. Windows color (decimal): -5433328 or 1054893. OLE color: 1054893.

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

Color convert

RGB 173 24 16 -
CMYK 0 0.86 0.91 0.32
HSL 3.06º 0.83% 0.37% -
HSV(B) 3.06º 0.91% 0.68% -
XYZ 17.65 9.57 1.41 -
YUV 67.64 98.86 203.15 -
System Red Green Blue C M Y K H S L
Decimal 173 24 16 0 0.86 0.91 0.32 3.06 0.83 0.37
Hex AD 18 10 0 56 5B 20 3 53 25
Octal 255 30 20 0 126 133 40 3 123 45
Binary 10101101 11000 10000 0 1010110 1011011 100000 11 1010011 100101

Color Harmonies of #AD1810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1810

Black with #AD1810

Text Example


Text Example

White with #AD1810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1810; }

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

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

background-color css

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

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

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

border-color css

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

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

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