Html Css Color HEX #AD2618 Fire Brick

📋 copy color: '#AD2618'

red 173 ◦ green 38 ◦ blue 24

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

Shades of Fire Brick #AD2618

Tints of Fire Brick #AD2618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.17%

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

R = 73.62%
G = 16.17%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD2618 (or 0xAD2618) is known color: Fire Brick. HEX triplet: AD, 26 and 18. RGB value is (173,38,24). Sum of RGB (Red+Green+Blue) = 173+38+24=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2618 is #52D9E7. Grayscale: #4C4C4C. Windows color (decimal): -5429736 or 1582765. OLE color: 1582765.

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

Color convert

RGB 173 38 24 -
CMYK 0 0.78 0.86 0.32
HSL 5.64º 0.76% 0.39% -
HSV(B) 5.64º 0.86% 0.68% -
XYZ 18.09 10.34 1.91 -
YUV 76.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 173 38 24 0 0.78 0.86 0.32 5.64 0.76 0.39
Hex AD 26 18 0 4E 56 20 6 4C 27
Octal 255 46 30 0 116 126 40 6 114 47
Binary 10101101 100110 11000 0 1001110 1010110 100000 110 1001100 100111

Color Harmonies of #AD2618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2618

Black with #AD2618

Text Example


Text Example

White with #AD2618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2618; }

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

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

background-color css

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

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

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

border-color css

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

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

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