Html Css Color HEX #AD1908 Fire Brick

📋 copy color: '#AD1908'

red 173 ◦ green 25 ◦ blue 8

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

Shades of Fire Brick #AD1908

Tints of Fire Brick #AD1908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.88%

R = 83.98%
G = 12.14%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD1908 (or 0xAD1908) is known color: Fire Brick. HEX triplet: AD, 19 and 08. RGB value is (173,25,8). Sum of RGB (Red+Green+Blue) = 173+25+8=206 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.98% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1908 is #52E6F7. Grayscale: #434343. Windows color (decimal): -5433080 or 530861. OLE color: 530861.

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

Color convert

RGB 173 25 8 -
CMYK 0 0.86 0.95 0.32
HSL 6.18º 0.91% 0.35% -
HSV(B) 6.18º 0.95% 0.68% -
XYZ 17.63 9.6 1.15 -
YUV 67.31 94.53 203.38 -
System Red Green Blue C M Y K H S L
Decimal 173 25 8 0 0.86 0.95 0.32 6.18 0.91 0.35
Hex AD 19 8 0 56 5F 20 6 5B 23
Octal 255 31 10 0 126 137 40 6 133 43
Binary 10101101 11001 1000 0 1010110 1011111 100000 110 1011011 100011

Color Harmonies of #AD1908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1908

Black with #AD1908

Text Example


Text Example

White with #AD1908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1908; }

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

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

background-color css

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

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

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

border-color css

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

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

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