Html Css Color HEX #A82917 Fire Brick

📋 copy color: '#A82917'

red 168 ◦ green 41 ◦ blue 23

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

Shades of Fire Brick #A82917

Tints of Fire Brick #A82917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.67%

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

R = 72.41%
G = 17.67%
B = 9.91%

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

#A82917 (or 0xA82917) is known color: Fire Brick. HEX triplet: A8, 29 and 17. RGB value is (168,41,23). Sum of RGB (Red+Green+Blue) = 168+41+23=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A82917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82917 is #57D6E8. Grayscale: #4D4D4D. Windows color (decimal): -5756649 or 1517992. OLE color: 1517992.

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

Color convert

RGB 168 41 23 -
CMYK 0 0.76 0.86 0.34
HSL 7.45º 0.76% 0.37% -
HSV(B) 7.45º 0.86% 0.66% -
XYZ 17.1 9.97 1.83 -
YUV 76.92 97.58 192.96 -
System Red Green Blue C M Y K H S L
Decimal 168 41 23 0 0.76 0.86 0.34 7.45 0.76 0.37
Hex A8 29 17 0 4C 56 22 7 4C 25
Octal 250 51 27 0 114 126 42 7 114 45
Binary 10101000 101001 10111 0 1001100 1010110 100010 111 1001100 100101

Color Harmonies of #A82917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82917

Black with #A82917

Text Example


Text Example

White with #A82917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82917; }

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

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

background-color css

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

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

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

border-color css

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

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

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