Html Css Color HEX #AD2013 Fire Brick

📋 copy color: '#AD2013'

red 173 ◦ green 32 ◦ blue 19

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

Shades of Fire Brick #AD2013

Tints of Fire Brick #AD2013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.29%

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

R = 77.23%
G = 14.29%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD2013 (or 0xAD2013) is known color: Fire Brick. HEX triplet: AD, 20 and 13. RGB value is (173,32,19). Sum of RGB (Red+Green+Blue) = 173+32+19=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2013 is #52DFEC. Grayscale: #484848. Windows color (decimal): -5431277 or 1253549. OLE color: 1253549.

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

Color convert

RGB 173 32 19 -
CMYK 0 0.82 0.89 0.32
HSL 5.06º 0.8% 0.38% -
HSV(B) 5.06º 0.89% 0.68% -
XYZ 17.87 9.96 1.6 -
YUV 72.68 97.71 199.56 -
System Red Green Blue C M Y K H S L
Decimal 173 32 19 0 0.82 0.89 0.32 5.06 0.8 0.38
Hex AD 20 13 0 52 59 20 5 50 26
Octal 255 40 23 0 122 131 40 5 120 46
Binary 10101101 100000 10011 0 1010010 1011001 100000 101 1010000 100110

Color Harmonies of #AD2013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2013

Black with #AD2013

Text Example


Text Example

White with #AD2013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2013; }

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

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

background-color css

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

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

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

border-color css

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

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

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