Html Css Color HEX #AD1919 Fire Brick

📋 copy color: '#AD1919'

red 173 ◦ green 25 ◦ blue 25

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

Shades of Fire Brick #AD1919

Tints of Fire Brick #AD1919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.21%

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

R = 77.58%
G = 11.21%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD1919 (or 0xAD1919) is known color: Fire Brick. HEX triplet: AD, 19 and 19. RGB value is (173,25,25). Sum of RGB (Red+Green+Blue) = 173+25+25=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1919 is #52E6E6. Grayscale: #454545. Windows color (decimal): -5433063 or 1644973. OLE color: 1644973.

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

Color convert

RGB 173 25 25 -
CMYK 0 0.86 0.86 0.32
HSL 0.75% 0.39% -
HSV(B) 0.86% 0.68% -
XYZ 17.76 9.65 1.85 -
YUV 69.25 103.03 202 -
System Red Green Blue C M Y K H S L
Decimal 173 25 25 0 0.86 0.86 0.32 0 0.75 0.39
Hex AD 19 19 0 56 56 20 0 4B 27
Octal 255 31 31 0 126 126 40 0 113 47
Binary 10101101 11001 11001 0 1010110 1010110 100000 0 1001011 100111

Color Harmonies of #AD1919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1919

Black with #AD1919

Text Example


Text Example

White with #AD1919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1919; }

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

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

background-color css

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

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

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

border-color css

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

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

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