Html Css Color HEX #AD2918 Fire Brick

📋 copy color: '#AD2918'

red 173 ◦ green 41 ◦ blue 24

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

Shades of Fire Brick #AD2918

Tints of Fire Brick #AD2918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.23%

 BLUE value IS 24 (9.77% from 255) = 10.08%

R = 72.69%
G = 17.23%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD2918 (or 0xAD2918) is known color: Fire Brick. HEX triplet: AD, 29 and 18. RGB value is (173,41,24). Sum of RGB (Red+Green+Blue) = 173+41+24=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2918 is #52D6E7. Grayscale: #4E4E4E. Windows color (decimal): -5428968 or 1583533. OLE color: 1583533.

HSL color Cylindrical-coordinate representation of color #AD2918: hue angle of 6.85º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD2918 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 41 24 -
CMYK 0 0.76 0.86 0.32
HSL 6.85º 0.76% 0.39% -
HSV(B) 6.85º 0.86% 0.68% -
XYZ 18.19 10.54 1.94 -
YUV 78.53 97.23 195.38 -
System Red Green Blue C M Y K H S L
Decimal 173 41 24 0 0.76 0.86 0.32 6.85 0.76 0.39
Hex AD 29 18 0 4C 56 20 7 4C 27
Octal 255 51 30 0 114 126 40 7 114 47
Binary 10101101 101001 11000 0 1001100 1010110 100000 111 1001100 100111

Color Harmonies of #AD2918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2918

Black with #AD2918

Text Example


Text Example

White with #AD2918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2918; }

 p { color: rgb(173,41,24); }

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

background-color css

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

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

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

border-color css

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

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

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