Html Css Color HEX #AD1907 Fire Brick

📋 copy color: '#AD1907'

red 173 ◦ green 25 ◦ blue 7

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

Shades of Fire Brick #AD1907

Tints of Fire Brick #AD1907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.41%

R = 84.39%
G = 12.2%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD1907 (or 0xAD1907) is known color: Fire Brick. HEX triplet: AD, 19 and 07. RGB value is (173,25,7). Sum of RGB (Red+Green+Blue) = 173+25+7=205 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.39% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 7 (3.12% from 255 or 3.41% from 205); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1907 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1907 is #52E6F8. Grayscale: #434343. Windows color (decimal): -5433081 or 465325. OLE color: 465325.

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

Color convert

RGB 173 25 7 -
CMYK 0 0.86 0.96 0.32
HSL 6.51º 0.92% 0.35% -
HSV(B) 6.51º 0.96% 0.68% -
XYZ 17.62 9.59 1.12 -
YUV 67.2 94.03 203.46 -
System Red Green Blue C M Y K H S L
Decimal 173 25 7 0 0.86 0.96 0.32 6.51 0.92 0.35
Hex AD 19 7 0 56 60 20 7 5C 23
Octal 255 31 7 0 126 140 40 7 134 43
Binary 10101101 11001 111 0 1010110 1100000 100000 111 1011100 100011

Color Harmonies of #AD1907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1907

Black with #AD1907

Text Example


Text Example

White with #AD1907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1907; }

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

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

background-color css

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

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

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

border-color css

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

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

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