Html Css Color HEX #A82018 Fire Brick

📋 copy color: '#A82018'

red 168 ◦ green 32 ◦ blue 24

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

Shades of Fire Brick #A82018

Tints of Fire Brick #A82018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.29%

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

R = 75%
G = 14.29%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A82018 (or 0xA82018) is known color: Fire Brick. HEX triplet: A8, 20 and 18. RGB value is (168,32,24). Sum of RGB (Red+Green+Blue) = 168+32+24=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A82018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82018 is #57DFE7. Grayscale: #474747. Windows color (decimal): -5758952 or 1581224. OLE color: 1581224.

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

Color convert

RGB 168 32 24 -
CMYK 0 0.81 0.86 0.34
HSL 3.33º 0.75% 0.38% -
HSV(B) 3.33º 0.86% 0.66% -
XYZ 16.83 9.42 1.8 -
YUV 71.75 101.06 196.65 -
System Red Green Blue C M Y K H S L
Decimal 168 32 24 0 0.81 0.86 0.34 3.33 0.75 0.38
Hex A8 20 18 0 51 56 22 3 4B 26
Octal 250 40 30 0 121 126 42 3 113 46
Binary 10101000 100000 11000 0 1010001 1010110 100010 11 1001011 100110

Color Harmonies of #A82018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82018

Black with #A82018

Text Example


Text Example

White with #A82018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82018; }

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

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

background-color css

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

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

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

border-color css

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

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

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