Html Css Color HEX #AD2B18 Fire Brick

📋 copy color: '#AD2B18'

red 173 ◦ green 43 ◦ blue 24

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

Shades of Fire Brick #AD2B18

Tints of Fire Brick #AD2B18

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.92%

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

R = 72.08%
G = 17.92%
B = 10%

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

#AD2B18 (or 0xAD2B18) is known color: Fire Brick. HEX triplet: AD, 2B and 18. RGB value is (173,43,24). Sum of RGB (Red+Green+Blue) = 173+43+24=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2B18 is #52D4E7. Grayscale: #4F4F4F. Windows color (decimal): -5428456 or 1584045. OLE color: 1584045.

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

Color convert

RGB 173 43 24 -
CMYK 0 0.75 0.86 0.32
HSL 7.65º 0.76% 0.39% -
HSV(B) 7.65º 0.86% 0.68% -
XYZ 18.26 10.68 1.96 -
YUV 79.7 96.57 194.54 -
System Red Green Blue C M Y K H S L
Decimal 173 43 24 0 0.75 0.86 0.32 7.65 0.76 0.39
Hex AD 2B 18 0 4B 56 20 8 4C 27
Octal 255 53 30 0 113 126 40 10 114 47
Binary 10101101 101011 11000 0 1001011 1010110 100000 1000 1001100 100111

Color Harmonies of #AD2B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B18

Black with #AD2B18

Text Example


Text Example

White with #AD2B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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