Html Css Color HEX #A82618 Fire Brick

📋 copy color: '#A82618'

red 168 ◦ green 38 ◦ blue 24

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

Shades of Fire Brick #A82618

Tints of Fire Brick #A82618

RGB

 RED value IS 168 (66.02% from 255) = 73.04%

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

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

R = 73.04%
G = 16.52%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A82618 (or 0xA82618) is known color: Fire Brick. HEX triplet: A8, 26 and 18. RGB value is (168,38,24). Sum of RGB (Red+Green+Blue) = 168+38+24=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A82618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82618 is #57D9E7. Grayscale: #4B4B4B. Windows color (decimal): -5757416 or 1582760. OLE color: 1582760.

HSL color Cylindrical-coordinate representation of color #A82618: hue angle of 5.83º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A82618 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 38 24 -
CMYK 0 0.77 0.86 0.34
HSL 5.83º 0.75% 0.38% -
HSV(B) 5.83º 0.86% 0.66% -
XYZ 17.01 9.78 1.85 -
YUV 75.27 99.07 194.14 -
System Red Green Blue C M Y K H S L
Decimal 168 38 24 0 0.77 0.86 0.34 5.83 0.75 0.38
Hex A8 26 18 0 4D 56 22 6 4B 26
Octal 250 46 30 0 115 126 42 6 113 46
Binary 10101000 100110 11000 0 1001101 1010110 100010 110 1001011 100110

Color Harmonies of #A82618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82618

Black with #A82618

Text Example


Text Example

White with #A82618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82618; }

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

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

background-color css

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

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

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

border-color css

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

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

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