Html Css Color HEX #AD1906 Fire Brick

📋 copy color: '#AD1906'

red 173 ◦ green 25 ◦ blue 6

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

Shades of Fire Brick #AD1906

Tints of Fire Brick #AD1906

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.25%

 BLUE value IS 6 (2.73% from 255) = 2.94%

R = 84.8%
G = 12.25%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD1906 (or 0xAD1906) is known color: Fire Brick. HEX triplet: AD, 19 and 06. RGB value is (173,25,6). Sum of RGB (Red+Green+Blue) = 173+25+6=204 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.80% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1906 is #52E6F9. Grayscale: #434343. Windows color (decimal): -5433082 or 399789. OLE color: 399789.

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

Color convert

RGB 173 25 6 -
CMYK 0 0.86 0.97 0.32
HSL 6.83º 0.93% 0.35% -
HSV(B) 6.83º 0.97% 0.68% -
XYZ 17.61 9.59 1.1 -
YUV 67.09 93.53 203.54 -
System Red Green Blue C M Y K H S L
Decimal 173 25 6 0 0.86 0.97 0.32 6.83 0.93 0.35
Hex AD 19 6 0 56 61 20 7 5D 23
Octal 255 31 6 0 126 141 40 7 135 43
Binary 10101101 11001 110 0 1010110 1100001 100000 111 1011101 100011

Color Harmonies of #AD1906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1906

Black with #AD1906

Text Example


Text Example

White with #AD1906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1906; }

 p { color: rgb(173,25,6); }

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

background-color css

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

 a { background-color: rgb(173,25,6); }

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

border-color css

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

 span { border-color: rgb(173,25,6); }

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