Html Css Color HEX #AD2424 Fire Brick

📋 copy color: '#AD2424'

red 173 ◦ green 36 ◦ blue 36

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

Shades of Fire Brick #AD2424

Tints of Fire Brick #AD2424

RGB

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

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

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

R = 70.61%
G = 14.69%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD2424 (or 0xAD2424) is known color: Fire Brick. HEX triplet: AD, 24 and 24. RGB value is (173,36,36). Sum of RGB (Red+Green+Blue) = 173+36+36=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2424 is #52DBDB. Grayscale: #4D4D4D. Windows color (decimal): -5430236 or 2368685. OLE color: 2368685.

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

Color convert

RGB 173 36 36 -
CMYK 0 0.79 0.79 0.32
HSL 0.66% 0.41% -
HSV(B) 0.79% 0.68% -
XYZ 18.18 10.27 2.69 -
YUV 76.96 104.89 196.5 -
System Red Green Blue C M Y K H S L
Decimal 173 36 36 0 0.79 0.79 0.32 0 0.66 0.41
Hex AD 24 24 0 4F 4F 20 0 42 29
Octal 255 44 44 0 117 117 40 0 102 51
Binary 10101101 100100 100100 0 1001111 1001111 100000 0 1000010 101001

Color Harmonies of #AD2424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2424

Black with #AD2424

Text Example


Text Example

White with #AD2424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2424; }

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

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

background-color css

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

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

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

border-color css

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

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

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