Html Css Color HEX #AD2724 Fire Brick

📋 copy color: '#AD2724'

red 173 ◦ green 39 ◦ blue 36

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

Shades of Fire Brick #AD2724

Tints of Fire Brick #AD2724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.52%

R = 69.76%
G = 15.73%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD2724 (or 0xAD2724) is known color: Fire Brick. HEX triplet: AD, 27 and 24. RGB value is (173,39,36). Sum of RGB (Red+Green+Blue) = 173+39+36=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2724 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2724 is #52D8DB. Grayscale: #4E4E4E. Windows color (decimal): -5429468 or 2369453. OLE color: 2369453.

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

Color convert

RGB 173 39 36 -
CMYK 0 0.77 0.79 0.32
HSL 1.31º 0.66% 0.41% -
HSV(B) 1.31º 0.79% 0.68% -
XYZ 18.28 10.46 2.73 -
YUV 78.72 103.89 195.24 -
System Red Green Blue C M Y K H S L
Decimal 173 39 36 0 0.77 0.79 0.32 1.31 0.66 0.41
Hex AD 27 24 0 4D 4F 20 1 42 29
Octal 255 47 44 0 115 117 40 1 102 51
Binary 10101101 100111 100100 0 1001101 1001111 100000 1 1000010 101001

Color Harmonies of #AD2724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2724

Black with #AD2724

Text Example


Text Example

White with #AD2724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2724; }

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

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

background-color css

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

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

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

border-color css

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

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

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