Html Css Color HEX #A81815 Fire Brick

📋 copy color: '#A81815'

red 168 ◦ green 24 ◦ blue 21

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

Shades of Fire Brick #A81815

Tints of Fire Brick #A81815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.27%

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

R = 78.87%
G = 11.27%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A81815 (or 0xA81815) is known color: Fire Brick. HEX triplet: A8, 18 and 15. RGB value is (168,24,21). Sum of RGB (Red+Green+Blue) = 168+24+21=213 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.87% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 168 - color contains mainly: red. Hex color #A81815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81815 is #57E7EA. Grayscale: #424242. Windows color (decimal): -5761003 or 1382568. OLE color: 1382568.

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

Color convert

RGB 168 24 21 -
CMYK 0 0.86 0.88 0.34
HSL 1.22º 0.78% 0.37% -
HSV(B) 1.22º 0.88% 0.66% -
XYZ 16.61 9.03 1.58 -
YUV 66.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 168 24 21 0 0.86 0.88 0.34 1.22 0.78 0.37
Hex A8 18 15 0 56 58 22 1 4E 25
Octal 250 30 25 0 126 130 42 1 116 45
Binary 10101000 11000 10101 0 1010110 1011000 100010 1 1001110 100101

Color Harmonies of #A81815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81815

Black with #A81815

Text Example


Text Example

White with #A81815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81815; }

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

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

background-color css

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

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

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

border-color css

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

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

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