Html Css Color HEX #AD1610 Fire Brick

📋 copy color: '#AD1610'

red 173 ◦ green 22 ◦ blue 16

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

Shades of Fire Brick #AD1610

Tints of Fire Brick #AD1610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.43%

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

R = 81.99%
G = 10.43%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD1610 (or 0xAD1610) is known color: Fire Brick. HEX triplet: AD, 16 and 10. RGB value is (173,22,16). Sum of RGB (Red+Green+Blue) = 173+22+16=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1610 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1610 is #52E9EF. Grayscale: #424242. Windows color (decimal): -5433840 or 1054381. OLE color: 1054381.

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

Color convert

RGB 173 22 16 -
CMYK 0 0.87 0.91 0.32
HSL 2.29º 0.83% 0.37% -
HSV(B) 2.29º 0.91% 0.68% -
XYZ 17.61 9.5 1.39 -
YUV 66.47 99.53 203.99 -
System Red Green Blue C M Y K H S L
Decimal 173 22 16 0 0.87 0.91 0.32 2.29 0.83 0.37
Hex AD 16 10 0 57 5B 20 2 53 25
Octal 255 26 20 0 127 133 40 2 123 45
Binary 10101101 10110 10000 0 1010111 1011011 100000 10 1010011 100101

Color Harmonies of #AD1610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1610

Black with #AD1610

Text Example


Text Example

White with #AD1610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1610; }

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

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

background-color css

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

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

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

border-color css

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

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

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