Html Css Color HEX #A82418 Fire Brick

📋 copy color: '#A82418'

red 168 ◦ green 36 ◦ blue 24

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

Shades of Fire Brick #A82418

Tints of Fire Brick #A82418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.79%

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

R = 73.68%
G = 15.79%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A82418 (or 0xA82418) is known color: Fire Brick. HEX triplet: A8, 24 and 18. RGB value is (168,36,24). Sum of RGB (Red+Green+Blue) = 168+36+24=228 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.68% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 168 - color contains mainly: red. Hex color #A82418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82418 is #57DBE7. Grayscale: #4A4A4A. Windows color (decimal): -5757928 or 1582248. OLE color: 1582248.

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

Color convert

RGB 168 36 24 -
CMYK 0 0.79 0.86 0.34
HSL 0.75% 0.38% -
HSV(B) 0.86% 0.66% -
XYZ 16.94 9.65 1.83 -
YUV 74.1 99.73 194.98 -
System Red Green Blue C M Y K H S L
Decimal 168 36 24 0 0.79 0.86 0.34 5 0.75 0.38
Hex A8 24 18 0 4F 56 22 5 4B 26
Octal 250 44 30 0 117 126 42 5 113 46
Binary 10101000 100100 11000 0 1001111 1010110 100010 101 1001011 100110

Color Harmonies of #A82418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82418

Black with #A82418

Text Example


Text Example

White with #A82418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82418; }

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

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

background-color css

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

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

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

border-color css

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

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

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