Html Css Color HEX #A82616 Fire Brick

📋 copy color: '#A82616'

red 168 ◦ green 38 ◦ blue 22

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

Shades of Fire Brick #A82616

Tints of Fire Brick #A82616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.67%

 BLUE value IS 22 (8.98% from 255) = 9.65%

R = 73.68%
G = 16.67%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A82616 (or 0xA82616) is known color: Fire Brick. HEX triplet: A8, 26 and 16. RGB value is (168,38,22). Sum of RGB (Red+Green+Blue) = 168+38+22=228 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.68% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 168 - color contains mainly: red. Hex color #A82616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82616 is #57D9E9. Grayscale: #4B4B4B. Windows color (decimal): -5757418 or 1451688. OLE color: 1451688.

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

Color convert

RGB 168 38 22 -
CMYK 0 0.77 0.87 0.34
HSL 6.58º 0.77% 0.37% -
HSV(B) 6.58º 0.87% 0.66% -
XYZ 16.99 9.77 1.75 -
YUV 75.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 168 38 22 0 0.77 0.87 0.34 6.58 0.77 0.37
Hex A8 26 16 0 4D 57 22 7 4D 25
Octal 250 46 26 0 115 127 42 7 115 45
Binary 10101000 100110 10110 0 1001101 1010111 100010 111 1001101 100101

Color Harmonies of #A82616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82616

Black with #A82616

Text Example


Text Example

White with #A82616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82616; }

 p { color: rgb(168,38,22); }

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

background-color css

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

 a { background-color: rgb(168,38,22); }

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

border-color css

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

 span { border-color: rgb(168,38,22); }

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