Html Css Color HEX #AD2919 Fire Brick

📋 copy color: '#AD2919'

red 173 ◦ green 41 ◦ blue 25

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

Shades of Fire Brick #AD2919

Tints of Fire Brick #AD2919

RGB

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

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

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

R = 72.38%
G = 17.15%
B = 10.46%

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

#AD2919 (or 0xAD2919) is known color: Fire Brick. HEX triplet: AD, 29 and 19. RGB value is (173,41,25). Sum of RGB (Red+Green+Blue) = 173+41+25=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2919 is #52D6E6. Grayscale: #4E4E4E. Windows color (decimal): -5428967 or 1649069. OLE color: 1649069.

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

Color convert

RGB 173 41 25 -
CMYK 0 0.76 0.86 0.32
HSL 6.49º 0.75% 0.39% -
HSV(B) 6.49º 0.86% 0.68% -
XYZ 18.2 10.54 1.99 -
YUV 78.64 97.73 195.3 -
System Red Green Blue C M Y K H S L
Decimal 173 41 25 0 0.76 0.86 0.32 6.49 0.75 0.39
Hex AD 29 19 0 4C 56 20 6 4B 27
Octal 255 51 31 0 114 126 40 6 113 47
Binary 10101101 101001 11001 0 1001100 1010110 100000 110 1001011 100111

Color Harmonies of #AD2919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2919

Black with #AD2919

Text Example


Text Example

White with #AD2919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2919; }

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

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

background-color css

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

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

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

border-color css

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

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

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