Html Css Color HEX #A82115 Fire Brick

📋 copy color: '#A82115'

red 168 ◦ green 33 ◦ blue 21

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

Shades of Fire Brick #A82115

Tints of Fire Brick #A82115

RGB

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

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

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

R = 75.68%
G = 14.86%
B = 9.46%

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

#A82115 (or 0xA82115) is known color: Fire Brick. HEX triplet: A8, 21 and 15. RGB value is (168,33,21). Sum of RGB (Red+Green+Blue) = 168+33+21=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A82115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82115 is #57DEEA. Grayscale: #484848. Windows color (decimal): -5758699 or 1384872. OLE color: 1384872.

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

Color convert

RGB 168 33 21 -
CMYK 0 0.80 0.88 0.34
HSL 4.9º 0.78% 0.37% -
HSV(B) 4.9º 0.88% 0.66% -
XYZ 16.83 9.47 1.65 -
YUV 72 99.23 196.48 -
System Red Green Blue C M Y K H S L
Decimal 168 33 21 0 0.80 0.88 0.34 4.9 0.78 0.37
Hex A8 21 15 0 50 58 22 5 4E 25
Octal 250 41 25 0 120 130 42 5 116 45
Binary 10101000 100001 10101 0 1010000 1011000 100010 101 1001110 100101

Color Harmonies of #A82115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82115

Black with #A82115

Text Example


Text Example

White with #A82115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82115; }

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

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

background-color css

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

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

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

border-color css

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

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

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