Html Css Color HEX #A82316 Fire Brick

📋 copy color: '#A82316'

red 168 ◦ green 35 ◦ blue 22

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

Shades of Fire Brick #A82316

Tints of Fire Brick #A82316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.56%

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

R = 74.67%
G = 15.56%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A82316 (or 0xA82316) is known color: Fire Brick. HEX triplet: A8, 23 and 16. RGB value is (168,35,22). Sum of RGB (Red+Green+Blue) = 168+35+22=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A82316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82316 is #57DCE9. Grayscale: #494949. Windows color (decimal): -5758186 or 1450920. OLE color: 1450920.

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

Color convert

RGB 168 35 22 -
CMYK 0 0.79 0.87 0.34
HSL 5.34º 0.77% 0.37% -
HSV(B) 5.34º 0.87% 0.66% -
XYZ 16.89 9.58 1.72 -
YUV 73.29 99.06 195.56 -
System Red Green Blue C M Y K H S L
Decimal 168 35 22 0 0.79 0.87 0.34 5.34 0.77 0.37
Hex A8 23 16 0 4F 57 22 5 4D 25
Octal 250 43 26 0 117 127 42 5 115 45
Binary 10101000 100011 10110 0 1001111 1010111 100010 101 1001101 100101

Color Harmonies of #A82316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82316

Black with #A82316

Text Example


Text Example

White with #A82316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82316; }

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

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

background-color css

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

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

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

border-color css

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

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

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