Html Css Color HEX #AD1E19 Fire Brick

📋 copy color: '#AD1E19'

red 173 ◦ green 30 ◦ blue 25

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

Shades of Fire Brick #AD1E19

Tints of Fire Brick #AD1E19

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.16%

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

R = 75.88%
G = 13.16%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD1E19 (or 0xAD1E19) is known color: Fire Brick. HEX triplet: AD, 1E and 19. RGB value is (173,30,25). Sum of RGB (Red+Green+Blue) = 173+30+25=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1E19 is #52E1E6. Grayscale: #484848. Windows color (decimal): -5431783 or 1646253. OLE color: 1646253.

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

Color convert

RGB 173 30 25 -
CMYK 0 0.83 0.86 0.32
HSL 2.03º 0.75% 0.39% -
HSV(B) 2.03º 0.86% 0.68% -
XYZ 17.87 9.88 1.89 -
YUV 72.19 101.38 199.91 -
System Red Green Blue C M Y K H S L
Decimal 173 30 25 0 0.83 0.86 0.32 2.03 0.75 0.39
Hex AD 1E 19 0 53 56 20 2 4B 27
Octal 255 36 31 0 123 126 40 2 113 47
Binary 10101101 11110 11001 0 1010011 1010110 100000 10 1001011 100111

Color Harmonies of #AD1E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1E19

Black with #AD1E19

Text Example


Text Example

White with #AD1E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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