Html Css Color HEX #A82215 Fire Brick

📋 copy color: '#A82215'

red 168 ◦ green 34 ◦ blue 21

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

Shades of Fire Brick #A82215

Tints of Fire Brick #A82215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.25%

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

R = 75.34%
G = 15.25%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A82215 (or 0xA82215) is known color: Fire Brick. HEX triplet: A8, 22 and 15. RGB value is (168,34,21). Sum of RGB (Red+Green+Blue) = 168+34+21=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A82215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82215 is #57DDEA. Grayscale: #484848. Windows color (decimal): -5758443 or 1385128. OLE color: 1385128.

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

Color convert

RGB 168 34 21 -
CMYK 0 0.80 0.88 0.34
HSL 5.31º 0.78% 0.37% -
HSV(B) 5.31º 0.88% 0.66% -
XYZ 16.86 9.52 1.66 -
YUV 72.58 98.89 196.06 -
System Red Green Blue C M Y K H S L
Decimal 168 34 21 0 0.80 0.88 0.34 5.31 0.78 0.37
Hex A8 22 15 0 50 58 22 5 4E 25
Octal 250 42 25 0 120 130 42 5 116 45
Binary 10101000 100010 10101 0 1010000 1011000 100010 101 1001110 100101

Color Harmonies of #A82215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82215

Black with #A82215

Text Example


Text Example

White with #A82215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82215; }

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

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

background-color css

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

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

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

border-color css

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

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

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