Html Css Color HEX #AD2624 Fire Brick

📋 copy color: '#AD2624'

red 173 ◦ green 38 ◦ blue 36

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

Shades of Fire Brick #AD2624

Tints of Fire Brick #AD2624

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.38%

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

R = 70.04%
G = 15.38%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD2624 (or 0xAD2624) is known color: Fire Brick. HEX triplet: AD, 26 and 24. RGB value is (173,38,36). Sum of RGB (Red+Green+Blue) = 173+38+36=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2624 is #52D9DB. Grayscale: #4E4E4E. Windows color (decimal): -5429724 or 2369197. OLE color: 2369197.

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

Color convert

RGB 173 38 36 -
CMYK 0 0.78 0.79 0.32
HSL 0.88º 0.66% 0.41% -
HSV(B) 0.88º 0.79% 0.68% -
XYZ 18.25 10.4 2.71 -
YUV 78.14 104.23 195.66 -
System Red Green Blue C M Y K H S L
Decimal 173 38 36 0 0.78 0.79 0.32 0.88 0.66 0.41
Hex AD 26 24 0 4E 4F 20 1 42 29
Octal 255 46 44 0 116 117 40 1 102 51
Binary 10101101 100110 100100 0 1001110 1001111 100000 1 1000010 101001

Color Harmonies of #AD2624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2624

Black with #AD2624

Text Example


Text Example

White with #AD2624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2624; }

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

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

background-color css

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

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

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

border-color css

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

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

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