Html Css Color HEX #AD1E18 Fire Brick

📋 copy color: '#AD1E18'

red 173 ◦ green 30 ◦ blue 24

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

Shades of Fire Brick #AD1E18

Tints of Fire Brick #AD1E18

RGB

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

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

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

R = 76.21%
G = 13.22%
B = 10.57%

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

#AD1E18 (or 0xAD1E18) is known color: Fire Brick. HEX triplet: AD, 1E and 18. RGB value is (173,30,24). Sum of RGB (Red+Green+Blue) = 173+30+24=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1E18 is #52E1E7. Grayscale: #484848. Windows color (decimal): -5431784 or 1580717. OLE color: 1580717.

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

Color convert

RGB 173 30 24 -
CMYK 0 0.83 0.86 0.32
HSL 2.42º 0.76% 0.39% -
HSV(B) 2.42º 0.86% 0.68% -
XYZ 17.86 9.88 1.83 -
YUV 72.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 173 30 24 0 0.83 0.86 0.32 2.42 0.76 0.39
Hex AD 1E 18 0 53 56 20 2 4C 27
Octal 255 36 30 0 123 126 40 2 114 47
Binary 10101101 11110 11000 0 1010011 1010110 100000 10 1001100 100111

Color Harmonies of #AD1E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1E18

Black with #AD1E18

Text Example


Text Example

White with #AD1E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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