Html Css Color HEX #A82718 Fire Brick

📋 copy color: '#A82718'

red 168 ◦ green 39 ◦ blue 24

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

Shades of Fire Brick #A82718

Tints of Fire Brick #A82718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.88%

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

R = 72.73%
G = 16.88%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A82718 (or 0xA82718) is known color: Fire Brick. HEX triplet: A8, 27 and 18. RGB value is (168,39,24). Sum of RGB (Red+Green+Blue) = 168+39+24=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A82718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82718 is #57D8E7. Grayscale: #4C4C4C. Windows color (decimal): -5757160 or 1583016. OLE color: 1583016.

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

Color convert

RGB 168 39 24 -
CMYK 0 0.77 0.86 0.34
HSL 6.25º 0.75% 0.38% -
HSV(B) 6.25º 0.86% 0.66% -
XYZ 17.04 9.84 1.87 -
YUV 75.86 98.74 193.72 -
System Red Green Blue C M Y K H S L
Decimal 168 39 24 0 0.77 0.86 0.34 6.25 0.75 0.38
Hex A8 27 18 0 4D 56 22 6 4B 26
Octal 250 47 30 0 115 126 42 6 113 46
Binary 10101000 100111 11000 0 1001101 1010110 100010 110 1001011 100110

Color Harmonies of #A82718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82718

Black with #A82718

Text Example


Text Example

White with #A82718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82718; }

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

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

background-color css

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

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

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

border-color css

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

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

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