Html Css Color HEX #AD2414 Fire Brick

📋 copy color: '#AD2414'

red 173 ◦ green 36 ◦ blue 20

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

Shades of Fire Brick #AD2414

Tints of Fire Brick #AD2414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.72%

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

R = 75.55%
G = 15.72%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD2414 (or 0xAD2414) is known color: Fire Brick. HEX triplet: AD, 24 and 14. RGB value is (173,36,20). Sum of RGB (Red+Green+Blue) = 173+36+20=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2414 is #52DBEB. Grayscale: #4B4B4B. Windows color (decimal): -5430252 or 1320109. OLE color: 1320109.

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

Color convert

RGB 173 36 20 -
CMYK 0 0.79 0.88 0.32
HSL 6.27º 0.79% 0.38% -
HSV(B) 6.27º 0.88% 0.68% -
XYZ 17.99 10.2 1.68 -
YUV 75.14 96.89 197.8 -
System Red Green Blue C M Y K H S L
Decimal 173 36 20 0 0.79 0.88 0.32 6.27 0.79 0.38
Hex AD 24 14 0 4F 58 20 6 4F 26
Octal 255 44 24 0 117 130 40 6 117 46
Binary 10101101 100100 10100 0 1001111 1011000 100000 110 1001111 100110

Color Harmonies of #AD2414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2414

Black with #AD2414

Text Example


Text Example

White with #AD2414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2414; }

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

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

background-color css

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

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

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

border-color css

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

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

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