Html Css Color HEX #AD2A19 Fire Brick

📋 copy color: '#AD2A19'

red 173 ◦ green 42 ◦ blue 25

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

Shades of Fire Brick #AD2A19

Tints of Fire Brick #AD2A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.5%

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

R = 72.08%
G = 17.5%
B = 10.42%

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

#AD2A19 (or 0xAD2A19) is known color: Fire Brick. HEX triplet: AD, 2A and 19. RGB value is (173,42,25). Sum of RGB (Red+Green+Blue) = 173+42+25=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2A19 is #52D5E6. Grayscale: #4F4F4F. Windows color (decimal): -5428711 or 1649325. OLE color: 1649325.

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

Color convert

RGB 173 42 25 -
CMYK 0 0.76 0.86 0.32
HSL 6.89º 0.75% 0.39% -
HSV(B) 6.89º 0.86% 0.68% -
XYZ 18.24 10.61 2.01 -
YUV 79.23 97.4 194.88 -
System Red Green Blue C M Y K H S L
Decimal 173 42 25 0 0.76 0.86 0.32 6.89 0.75 0.39
Hex AD 2A 19 0 4C 56 20 7 4B 27
Octal 255 52 31 0 114 126 40 7 113 47
Binary 10101101 101010 11001 0 1001100 1010110 100000 111 1001011 100111

Color Harmonies of #AD2A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2A19

Black with #AD2A19

Text Example


Text Example

White with #AD2A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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