Html Css Color HEX #AD2019 Fire Brick

📋 copy color: '#AD2019'

red 173 ◦ green 32 ◦ blue 25

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

Shades of Fire Brick #AD2019

Tints of Fire Brick #AD2019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.91%

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

R = 75.22%
G = 13.91%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD2019 (or 0xAD2019) is known color: Fire Brick. HEX triplet: AD, 20 and 19. RGB value is (173,32,25). Sum of RGB (Red+Green+Blue) = 173+32+25=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2019 is #52DFE6. Grayscale: #494949. Windows color (decimal): -5431271 or 1646765. OLE color: 1646765.

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

Color convert

RGB 173 32 25 -
CMYK 0 0.82 0.86 0.32
HSL 2.84º 0.75% 0.39% -
HSV(B) 2.84º 0.86% 0.68% -
XYZ 17.93 9.99 1.9 -
YUV 73.36 100.71 199.07 -
System Red Green Blue C M Y K H S L
Decimal 173 32 25 0 0.82 0.86 0.32 2.84 0.75 0.39
Hex AD 20 19 0 52 56 20 3 4B 27
Octal 255 40 31 0 122 126 40 3 113 47
Binary 10101101 100000 11001 0 1010010 1010110 100000 11 1001011 100111

Color Harmonies of #AD2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2019

Black with #AD2019

Text Example


Text Example

White with #AD2019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2019; }

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

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

background-color css

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

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

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

border-color css

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

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

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