Html Css Color HEX #AD2F19 Fire Brick

📋 copy color: '#AD2F19'

red 173 ◦ green 47 ◦ blue 25

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

Shades of Fire Brick #AD2F19

Tints of Fire Brick #AD2F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.2%

R = 70.61%
G = 19.18%
B = 10.2%

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

#AD2F19 (or 0xAD2F19) is known color: Fire Brick. HEX triplet: AD, 2F and 19. RGB value is (173,47,25). Sum of RGB (Red+Green+Blue) = 173+47+25=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2F19 is #52D0E6. Grayscale: #525252. Windows color (decimal): -5427431 or 1650605. OLE color: 1650605.

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

Color convert

RGB 173 47 25 -
CMYK 0 0.73 0.86 0.32
HSL 8.92º 0.75% 0.39% -
HSV(B) 8.92º 0.86% 0.68% -
XYZ 18.43 10.99 2.07 -
YUV 82.17 95.74 192.79 -
System Red Green Blue C M Y K H S L
Decimal 173 47 25 0 0.73 0.86 0.32 8.92 0.75 0.39
Hex AD 2F 19 0 49 56 20 9 4B 27
Octal 255 57 31 0 111 126 40 11 113 47
Binary 10101101 101111 11001 0 1001001 1010110 100000 1001 1001011 100111

Color Harmonies of #AD2F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2F19

Black with #AD2F19

Text Example


Text Example

White with #AD2F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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