Html Css Color HEX #AD2014 Fire Brick

📋 copy color: '#AD2014'

red 173 ◦ green 32 ◦ blue 20

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

Shades of Fire Brick #AD2014

Tints of Fire Brick #AD2014

RGB

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

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

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

R = 76.89%
G = 14.22%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD2014 (or 0xAD2014) is known color: Fire Brick. HEX triplet: AD, 20 and 14. RGB value is (173,32,20). Sum of RGB (Red+Green+Blue) = 173+32+20=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2014 is #52DFEB. Grayscale: #484848. Windows color (decimal): -5431276 or 1319085. OLE color: 1319085.

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

Color convert

RGB 173 32 20 -
CMYK 0 0.82 0.88 0.32
HSL 4.71º 0.79% 0.38% -
HSV(B) 4.71º 0.88% 0.68% -
XYZ 17.88 9.97 1.64 -
YUV 72.79 98.21 199.48 -
System Red Green Blue C M Y K H S L
Decimal 173 32 20 0 0.82 0.88 0.32 4.71 0.79 0.38
Hex AD 20 14 0 52 58 20 5 4F 26
Octal 255 40 24 0 122 130 40 5 117 46
Binary 10101101 100000 10100 0 1010010 1011000 100000 101 1001111 100110

Color Harmonies of #AD2014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2014

Black with #AD2014

Text Example


Text Example

White with #AD2014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2014; }

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

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

background-color css

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

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

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

border-color css

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

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

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