Html Css Color HEX #AD1A18 Fire Brick

📋 copy color: '#AD1A18'

red 173 ◦ green 26 ◦ blue 24

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

Shades of Fire Brick #AD1A18

Tints of Fire Brick #AD1A18

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.66%

 BLUE value IS 24 (9.77% from 255) = 10.76%

R = 77.58%
G = 11.66%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD1A18 (or 0xAD1A18) is known color: Fire Brick. HEX triplet: AD, 1A and 18. RGB value is (173,26,24). Sum of RGB (Red+Green+Blue) = 173+26+24=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1A18 is #52E5E7. Grayscale: #454545. Windows color (decimal): -5432808 or 1579693. OLE color: 1579693.

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

Color convert

RGB 173 26 24 -
CMYK 0 0.85 0.86 0.32
HSL 0.81º 0.76% 0.39% -
HSV(B) 0.81º 0.86% 0.68% -
XYZ 17.77 9.69 1.8 -
YUV 69.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 173 26 24 0 0.85 0.86 0.32 0.81 0.76 0.39
Hex AD 1A 18 0 55 56 20 1 4C 27
Octal 255 32 30 0 125 126 40 1 114 47
Binary 10101101 11010 11000 0 1010101 1010110 100000 1 1001100 100111

Color Harmonies of #AD1A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A18

Black with #AD1A18

Text Example


Text Example

White with #AD1A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A18; }

 p { color: rgb(173,26,24); }

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

background-color css

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

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

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

border-color css

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

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

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