Html Css Color HEX #A82C18 Fire Brick

📋 copy color: '#A82C18'

red 168 ◦ green 44 ◦ blue 24

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

Shades of Fire Brick #A82C18

Tints of Fire Brick #A82C18

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.64%

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

R = 71.19%
G = 18.64%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A82C18 (or 0xA82C18) is known color: Fire Brick. HEX triplet: A8, 2C and 18. RGB value is (168,44,24). Sum of RGB (Red+Green+Blue) = 168+44+24=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82C18 is #57D3E7. Grayscale: #4F4F4F. Windows color (decimal): -5755880 or 1584296. OLE color: 1584296.

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

Color convert

RGB 168 44 24 -
CMYK 0 0.74 0.86 0.34
HSL 8.33º 0.75% 0.38% -
HSV(B) 8.33º 0.86% 0.66% -
XYZ 17.21 10.19 1.92 -
YUV 78.8 97.08 191.63 -
System Red Green Blue C M Y K H S L
Decimal 168 44 24 0 0.74 0.86 0.34 8.33 0.75 0.38
Hex A8 2C 18 0 4A 56 22 8 4B 26
Octal 250 54 30 0 112 126 42 10 113 46
Binary 10101000 101100 11000 0 1001010 1010110 100010 1000 1001011 100110

Color Harmonies of #A82C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82C18

Black with #A82C18

Text Example


Text Example

White with #A82C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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