Html Css Color HEX #A82117 Fire Brick

📋 copy color: '#A82117'

red 168 ◦ green 33 ◦ blue 23

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

Shades of Fire Brick #A82117

Tints of Fire Brick #A82117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.73%

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

R = 75%
G = 14.73%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A82117 (or 0xA82117) is known color: Fire Brick. HEX triplet: A8, 21 and 17. RGB value is (168,33,23). Sum of RGB (Red+Green+Blue) = 168+33+23=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A82117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82117 is #57DEE8. Grayscale: #484848. Windows color (decimal): -5758697 or 1515944. OLE color: 1515944.

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

Color convert

RGB 168 33 23 -
CMYK 0 0.80 0.86 0.34
HSL 4.14º 0.76% 0.37% -
HSV(B) 4.14º 0.86% 0.66% -
XYZ 16.85 9.47 1.75 -
YUV 72.23 100.23 196.31 -
System Red Green Blue C M Y K H S L
Decimal 168 33 23 0 0.80 0.86 0.34 4.14 0.76 0.37
Hex A8 21 17 0 50 56 22 4 4C 25
Octal 250 41 27 0 120 126 42 4 114 45
Binary 10101000 100001 10111 0 1010000 1010110 100010 100 1001100 100101

Color Harmonies of #A82117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82117

Black with #A82117

Text Example


Text Example

White with #A82117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82117; }

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

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

background-color css

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

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

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

border-color css

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

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

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