Html Css Color HEX #A82918 Fire Brick

📋 copy color: '#A82918'

red 168 ◦ green 41 ◦ blue 24

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

Shades of Fire Brick #A82918

Tints of Fire Brick #A82918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.6%

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

R = 72.1%
G = 17.6%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A82918 (or 0xA82918) is known color: Fire Brick. HEX triplet: A8, 29 and 18. RGB value is (168,41,24). Sum of RGB (Red+Green+Blue) = 168+41+24=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A82918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82918 is #57D6E7. Grayscale: #4D4D4D. Windows color (decimal): -5756648 or 1583528. OLE color: 1583528.

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

Color convert

RGB 168 41 24 -
CMYK 0 0.76 0.86 0.34
HSL 7.08º 0.75% 0.38% -
HSV(B) 7.08º 0.86% 0.66% -
XYZ 17.11 9.98 1.89 -
YUV 77.04 98.08 192.88 -
System Red Green Blue C M Y K H S L
Decimal 168 41 24 0 0.76 0.86 0.34 7.08 0.75 0.38
Hex A8 29 18 0 4C 56 22 7 4B 26
Octal 250 51 30 0 114 126 42 7 113 46
Binary 10101000 101001 11000 0 1001100 1010110 100010 111 1001011 100110

Color Harmonies of #A82918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82918

Black with #A82918

Text Example


Text Example

White with #A82918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82918; }

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

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

background-color css

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

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

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

border-color css

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

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

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