Html Css Color HEX #A82518 Fire Brick

📋 copy color: '#A82518'

red 168 ◦ green 37 ◦ blue 24

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

Shades of Fire Brick #A82518

Tints of Fire Brick #A82518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.16%

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

R = 73.36%
G = 16.16%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A82518 (or 0xA82518) is known color: Fire Brick. HEX triplet: A8, 25 and 18. RGB value is (168,37,24). Sum of RGB (Red+Green+Blue) = 168+37+24=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A82518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82518 is #57DAE7. Grayscale: #4A4A4A. Windows color (decimal): -5757672 or 1582504. OLE color: 1582504.

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

Color convert

RGB 168 37 24 -
CMYK 0 0.78 0.86 0.34
HSL 5.42º 0.75% 0.38% -
HSV(B) 5.42º 0.86% 0.66% -
XYZ 16.97 9.71 1.84 -
YUV 74.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 168 37 24 0 0.78 0.86 0.34 5.42 0.75 0.38
Hex A8 25 18 0 4E 56 22 5 4B 26
Octal 250 45 30 0 116 126 42 5 113 46
Binary 10101000 100101 11000 0 1001110 1010110 100010 101 1001011 100110

Color Harmonies of #A82518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82518

Black with #A82518

Text Example


Text Example

White with #A82518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82518; }

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

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

background-color css

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

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

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

border-color css

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

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

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