Html Css Color HEX #AD2314 Fire Brick

📋 copy color: '#AD2314'

red 173 ◦ green 35 ◦ blue 20

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

Shades of Fire Brick #AD2314

Tints of Fire Brick #AD2314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.35%

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

R = 75.88%
G = 15.35%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD2314 (or 0xAD2314) is known color: Fire Brick. HEX triplet: AD, 23 and 14. RGB value is (173,35,20). Sum of RGB (Red+Green+Blue) = 173+35+20=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2314 is #52DCEB. Grayscale: #4A4A4A. Windows color (decimal): -5430508 or 1319853. OLE color: 1319853.

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

Color convert

RGB 173 35 20 -
CMYK 0 0.80 0.88 0.32
HSL 5.88º 0.79% 0.38% -
HSV(B) 5.88º 0.88% 0.68% -
XYZ 17.96 10.14 1.67 -
YUV 74.55 97.22 198.22 -
System Red Green Blue C M Y K H S L
Decimal 173 35 20 0 0.80 0.88 0.32 5.88 0.79 0.38
Hex AD 23 14 0 50 58 20 6 4F 26
Octal 255 43 24 0 120 130 40 6 117 46
Binary 10101101 100011 10100 0 1010000 1011000 100000 110 1001111 100110

Color Harmonies of #AD2314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2314

Black with #AD2314

Text Example


Text Example

White with #AD2314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2314; }

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

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

background-color css

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

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

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

border-color css

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

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

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