Html Css Color HEX #A82817 Fire Brick

📋 copy color: '#A82817'

red 168 ◦ green 40 ◦ blue 23

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

Shades of Fire Brick #A82817

Tints of Fire Brick #A82817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.96%

R = 72.73%
G = 17.32%
B = 9.96%

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

#A82817 (or 0xA82817) is known color: Fire Brick. HEX triplet: A8, 28 and 17. RGB value is (168,40,23). Sum of RGB (Red+Green+Blue) = 168+40+23=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A82817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82817 is #57D7E8. Grayscale: #4C4C4C. Windows color (decimal): -5756905 or 1517736. OLE color: 1517736.

HSL color Cylindrical-coordinate representation of color #A82817: hue angle of 7.03º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A82817 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 40 23 -
CMYK 0 0.76 0.86 0.34
HSL 7.03º 0.76% 0.37% -
HSV(B) 7.03º 0.86% 0.66% -
XYZ 17.06 9.9 1.82 -
YUV 76.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 168 40 23 0 0.76 0.86 0.34 7.03 0.76 0.37
Hex A8 28 17 0 4C 56 22 7 4C 25
Octal 250 50 27 0 114 126 42 7 114 45
Binary 10101000 101000 10111 0 1001100 1010110 100010 111 1001100 100101

Color Harmonies of #A82817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82817

Black with #A82817

Text Example


Text Example

White with #A82817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82817; }

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

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

background-color css

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

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

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

border-color css

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

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

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