Html Css Color HEX #A82915 Fire Brick

📋 copy color: '#A82915'

red 168 ◦ green 41 ◦ blue 21

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

Shades of Fire Brick #A82915

Tints of Fire Brick #A82915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.13%

R = 73.04%
G = 17.83%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A82915 (or 0xA82915) is known color: Fire Brick. HEX triplet: A8, 29 and 15. RGB value is (168,41,21). Sum of RGB (Red+Green+Blue) = 168+41+21=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A82915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82915 is #57D6EA. Grayscale: #4C4C4C. Windows color (decimal): -5756651 or 1386920. OLE color: 1386920.

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

Color convert

RGB 168 41 21 -
CMYK 0 0.76 0.88 0.34
HSL 8.16º 0.78% 0.37% -
HSV(B) 8.16º 0.88% 0.66% -
XYZ 17.08 9.96 1.73 -
YUV 76.69 96.58 193.13 -
System Red Green Blue C M Y K H S L
Decimal 168 41 21 0 0.76 0.88 0.34 8.16 0.78 0.37
Hex A8 29 15 0 4C 58 22 8 4E 25
Octal 250 51 25 0 114 130 42 10 116 45
Binary 10101000 101001 10101 0 1001100 1011000 100010 1000 1001110 100101

Color Harmonies of #A82915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82915

Black with #A82915

Text Example


Text Example

White with #A82915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82915; }

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

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

background-color css

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

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

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

border-color css

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

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

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