Html Css Color HEX #AD2614 Fire Brick

📋 copy color: '#AD2614'

red 173 ◦ green 38 ◦ blue 20

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

Shades of Fire Brick #AD2614

Tints of Fire Brick #AD2614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.45%

 BLUE value IS 20 (8.2% from 255) = 8.66%

R = 74.89%
G = 16.45%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD2614 (or 0xAD2614) is known color: Fire Brick. HEX triplet: AD, 26 and 14. RGB value is (173,38,20). Sum of RGB (Red+Green+Blue) = 173+38+20=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2614 is #52D9EB. Grayscale: #4C4C4C. Windows color (decimal): -5429740 or 1320621. OLE color: 1320621.

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

Color convert

RGB 173 38 20 -
CMYK 0 0.78 0.88 0.32
HSL 7.06º 0.79% 0.38% -
HSV(B) 7.06º 0.88% 0.68% -
XYZ 18.05 10.32 1.7 -
YUV 76.31 96.23 196.96 -
System Red Green Blue C M Y K H S L
Decimal 173 38 20 0 0.78 0.88 0.32 7.06 0.79 0.38
Hex AD 26 14 0 4E 58 20 7 4F 26
Octal 255 46 24 0 116 130 40 7 117 46
Binary 10101101 100110 10100 0 1001110 1011000 100000 111 1001111 100110

Color Harmonies of #AD2614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2614

Black with #AD2614

Text Example


Text Example

White with #AD2614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2614; }

 p { color: rgb(173,38,20); }

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

background-color css

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

 a { background-color: rgb(173,38,20); }

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

border-color css

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

 span { border-color: rgb(173,38,20); }

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