Html Css Color HEX #AD2F18 Fire Brick

📋 copy color: '#AD2F18'

red 173 ◦ green 47 ◦ blue 24

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

Shades of Fire Brick #AD2F18

Tints of Fire Brick #AD2F18

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.26%

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

R = 70.9%
G = 19.26%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD2F18 (or 0xAD2F18) is known color: Fire Brick. HEX triplet: AD, 2F and 18. RGB value is (173,47,24). Sum of RGB (Red+Green+Blue) = 173+47+24=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2F18 is #52D0E7. Grayscale: #525252. Windows color (decimal): -5427432 or 1585069. OLE color: 1585069.

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

Color convert

RGB 173 47 24 -
CMYK 0 0.73 0.86 0.32
HSL 9.26º 0.76% 0.39% -
HSV(B) 9.26º 0.86% 0.68% -
XYZ 18.41 10.98 2.01 -
YUV 82.05 95.24 192.87 -
System Red Green Blue C M Y K H S L
Decimal 173 47 24 0 0.73 0.86 0.32 9.26 0.76 0.39
Hex AD 2F 18 0 49 56 20 9 4C 27
Octal 255 57 30 0 111 126 40 11 114 47
Binary 10101101 101111 11000 0 1001001 1010110 100000 1001 1001100 100111

Color Harmonies of #AD2F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2F18

Black with #AD2F18

Text Example


Text Example

White with #AD2F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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