Html Css Color HEX #AD2513 Fire Brick

📋 copy color: '#AD2513'

red 173 ◦ green 37 ◦ blue 19

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

Shades of Fire Brick #AD2513

Tints of Fire Brick #AD2513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.16%

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

R = 75.55%
G = 16.16%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD2513 (or 0xAD2513) is known color: Fire Brick. HEX triplet: AD, 25 and 13. RGB value is (173,37,19). Sum of RGB (Red+Green+Blue) = 173+37+19=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2513 is #52DAEC. Grayscale: #4B4B4B. Windows color (decimal): -5429997 or 1254829. OLE color: 1254829.

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

Color convert

RGB 173 37 19 -
CMYK 0 0.79 0.89 0.32
HSL 7.01º 0.8% 0.38% -
HSV(B) 7.01º 0.89% 0.68% -
XYZ 18.01 10.25 1.65 -
YUV 75.61 96.06 197.46 -
System Red Green Blue C M Y K H S L
Decimal 173 37 19 0 0.79 0.89 0.32 7.01 0.8 0.38
Hex AD 25 13 0 4F 59 20 7 50 26
Octal 255 45 23 0 117 131 40 7 120 46
Binary 10101101 100101 10011 0 1001111 1011001 100000 111 1010000 100110

Color Harmonies of #AD2513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2513

Black with #AD2513

Text Example


Text Example

White with #AD2513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2513; }

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

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

background-color css

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

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

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

border-color css

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

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

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