Html Css Color HEX #A82818 Fire Brick

📋 copy color: '#A82818'

red 168 ◦ green 40 ◦ blue 24

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

Shades of Fire Brick #A82818

Tints of Fire Brick #A82818

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.24%

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

R = 72.41%
G = 17.24%
B = 10.34%

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

#A82818 (or 0xA82818) is known color: Fire Brick. HEX triplet: A8, 28 and 18. RGB value is (168,40,24). Sum of RGB (Red+Green+Blue) = 168+40+24=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A82818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82818 is #57D7E7. Grayscale: #4C4C4C. Windows color (decimal): -5756904 or 1583272. OLE color: 1583272.

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

Color convert

RGB 168 40 24 -
CMYK 0 0.76 0.86 0.34
HSL 6.67º 0.75% 0.38% -
HSV(B) 6.67º 0.86% 0.66% -
XYZ 17.07 9.91 1.88 -
YUV 76.45 98.41 193.3 -
System Red Green Blue C M Y K H S L
Decimal 168 40 24 0 0.76 0.86 0.34 6.67 0.75 0.38
Hex A8 28 18 0 4C 56 22 7 4B 26
Octal 250 50 30 0 114 126 42 7 113 46
Binary 10101000 101000 11000 0 1001100 1010110 100010 111 1001011 100110

Color Harmonies of #A82818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82818

Black with #A82818

Text Example


Text Example

White with #A82818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82818; }

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

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

background-color css

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

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

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

border-color css

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

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

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