Html Css Color HEX #AD2407 Fire Brick

📋 copy color: '#AD2407'

red 173 ◦ green 36 ◦ blue 7

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

Shades of Fire Brick #AD2407

Tints of Fire Brick #AD2407

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.67%

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

R = 80.09%
G = 16.67%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD2407 (or 0xAD2407) is known color: Fire Brick. HEX triplet: AD, 24 and 07. RGB value is (173,36,7). Sum of RGB (Red+Green+Blue) = 173+36+7=216 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.09% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2407 is #52DBF8. Grayscale: #494949. Windows color (decimal): -5430265 or 468141. OLE color: 468141.

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

Color convert

RGB 173 36 7 -
CMYK 0 0.79 0.96 0.32
HSL 10.48º 0.92% 0.35% -
HSV(B) 10.48º 0.96% 0.68% -
XYZ 17.9 10.16 1.22 -
YUV 73.66 90.39 198.86 -
System Red Green Blue C M Y K H S L
Decimal 173 36 7 0 0.79 0.96 0.32 10.48 0.92 0.35
Hex AD 24 7 0 4F 60 20 A 5C 23
Octal 255 44 7 0 117 140 40 12 134 43
Binary 10101101 100100 111 0 1001111 1100000 100000 1010 1011100 100011

Color Harmonies of #AD2407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2407

Black with #AD2407

Text Example


Text Example

White with #AD2407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2407; }

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

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

background-color css

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

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

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

border-color css

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

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

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