Html Css Color HEX #AD2413 Fire Brick

📋 copy color: '#AD2413'

red 173 ◦ green 36 ◦ blue 19

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

Shades of Fire Brick #AD2413

Tints of Fire Brick #AD2413

RGB

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

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

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

R = 75.88%
G = 15.79%
B = 8.33%

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

#AD2413 (or 0xAD2413) is known color: Fire Brick. HEX triplet: AD, 24 and 13. RGB value is (173,36,19). Sum of RGB (Red+Green+Blue) = 173+36+19=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2413 is #52DBEC. Grayscale: #4B4B4B. Windows color (decimal): -5430253 or 1254573. OLE color: 1254573.

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

Color convert

RGB 173 36 19 -
CMYK 0 0.79 0.89 0.32
HSL 6.62º 0.8% 0.38% -
HSV(B) 6.62º 0.89% 0.68% -
XYZ 17.98 10.19 1.64 -
YUV 75.03 96.39 197.88 -
System Red Green Blue C M Y K H S L
Decimal 173 36 19 0 0.79 0.89 0.32 6.62 0.8 0.38
Hex AD 24 13 0 4F 59 20 7 50 26
Octal 255 44 23 0 117 131 40 7 120 46
Binary 10101101 100100 10011 0 1001111 1011001 100000 111 1010000 100110

Color Harmonies of #AD2413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2413

Black with #AD2413

Text Example


Text Example

White with #AD2413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2413; }

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

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

background-color css

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

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

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

border-color css

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

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

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