Html Css Color HEX #AD2714 Fire Brick

📋 copy color: '#AD2714'

red 173 ◦ green 39 ◦ blue 20

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

Shades of Fire Brick #AD2714

Tints of Fire Brick #AD2714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.81%

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

R = 74.57%
G = 16.81%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD2714 (or 0xAD2714) is known color: Fire Brick. HEX triplet: AD, 27 and 14. RGB value is (173,39,20). Sum of RGB (Red+Green+Blue) = 173+39+20=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2714 is #52D8EB. Grayscale: #4D4D4D. Windows color (decimal): -5429484 or 1320877. OLE color: 1320877.

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

Color convert

RGB 173 39 20 -
CMYK 0 0.77 0.88 0.32
HSL 7.45º 0.79% 0.38% -
HSV(B) 7.45º 0.88% 0.68% -
XYZ 18.09 10.39 1.71 -
YUV 76.9 95.89 196.54 -
System Red Green Blue C M Y K H S L
Decimal 173 39 20 0 0.77 0.88 0.32 7.45 0.79 0.38
Hex AD 27 14 0 4D 58 20 7 4F 26
Octal 255 47 24 0 115 130 40 7 117 46
Binary 10101101 100111 10100 0 1001101 1011000 100000 111 1001111 100110

Color Harmonies of #AD2714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2714

Black with #AD2714

Text Example


Text Example

White with #AD2714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2714; }

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

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

background-color css

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

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

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

border-color css

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

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

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