Html Css Color HEX #AD2713 Fire Brick

📋 copy color: '#AD2713'

red 173 ◦ green 39 ◦ blue 19

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

Shades of Fire Brick #AD2713

Tints of Fire Brick #AD2713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.88%

 BLUE value IS 19 (7.81% from 255) = 8.23%

R = 74.89%
G = 16.88%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD2713 (or 0xAD2713) is known color: Fire Brick. HEX triplet: AD, 27 and 13. RGB value is (173,39,19). Sum of RGB (Red+Green+Blue) = 173+39+19=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2713 is #52D8EC. Grayscale: #4D4D4D. Windows color (decimal): -5429485 or 1255341. OLE color: 1255341.

HSL color Cylindrical-coordinate representation of color #AD2713: hue angle of 7.79º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD2713 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 39 19 -
CMYK 0 0.77 0.89 0.32
HSL 7.79º 0.8% 0.38% -
HSV(B) 7.79º 0.89% 0.68% -
XYZ 18.08 10.38 1.67 -
YUV 76.79 95.39 196.63 -
System Red Green Blue C M Y K H S L
Decimal 173 39 19 0 0.77 0.89 0.32 7.79 0.8 0.38
Hex AD 27 13 0 4D 59 20 8 50 26
Octal 255 47 23 0 115 131 40 10 120 46
Binary 10101101 100111 10011 0 1001101 1011001 100000 1000 1010000 100110

Color Harmonies of #AD2713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2713

Black with #AD2713

Text Example


Text Example

White with #AD2713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2713; }

 p { color: rgb(173,39,19); }

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

background-color css

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

 a { background-color: rgb(173,39,19); }

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

border-color css

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

 span { border-color: rgb(173,39,19); }

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