Html Css Color HEX #AD2C18 Fire Brick

📋 copy color: '#AD2C18'

red 173 ◦ green 44 ◦ blue 24

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

Shades of Fire Brick #AD2C18

Tints of Fire Brick #AD2C18

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.26%

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

R = 71.78%
G = 18.26%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD2C18 (or 0xAD2C18) is known color: Fire Brick. HEX triplet: AD, 2C and 18. RGB value is (173,44,24). Sum of RGB (Red+Green+Blue) = 173+44+24=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2C18 is #52D3E7. Grayscale: #505050. Windows color (decimal): -5428200 or 1584301. OLE color: 1584301.

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

Color convert

RGB 173 44 24 -
CMYK 0 0.75 0.86 0.32
HSL 8.05º 0.76% 0.39% -
HSV(B) 8.05º 0.86% 0.68% -
XYZ 18.3 10.75 1.97 -
YUV 80.29 96.24 194.13 -
System Red Green Blue C M Y K H S L
Decimal 173 44 24 0 0.75 0.86 0.32 8.05 0.76 0.39
Hex AD 2C 18 0 4B 56 20 8 4C 27
Octal 255 54 30 0 113 126 40 10 114 47
Binary 10101101 101100 11000 0 1001011 1010110 100000 1000 1001100 100111

Color Harmonies of #AD2C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2C18

Black with #AD2C18

Text Example


Text Example

White with #AD2C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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