Html Css Color HEX #A81715 Fire Brick

📋 copy color: '#A81715'

red 168 ◦ green 23 ◦ blue 21

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

Shades of Fire Brick #A81715

Tints of Fire Brick #A81715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.85%

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

R = 79.25%
G = 10.85%
B = 9.91%

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

#A81715 (or 0xA81715) is known color: Fire Brick. HEX triplet: A8, 17 and 15. RGB value is (168,23,21). Sum of RGB (Red+Green+Blue) = 168+23+21=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A81715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81715 is #57E8EA. Grayscale: #424242. Windows color (decimal): -5761259 or 1382312. OLE color: 1382312.

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

Color convert

RGB 168 23 21 -
CMYK 0 0.86 0.88 0.34
HSL 0.82º 0.78% 0.37% -
HSV(B) 0.82º 0.88% 0.66% -
XYZ 16.59 8.99 1.57 -
YUV 66.13 102.54 200.66 -
System Red Green Blue C M Y K H S L
Decimal 168 23 21 0 0.86 0.88 0.34 0.82 0.78 0.37
Hex A8 17 15 0 56 58 22 1 4E 25
Octal 250 27 25 0 126 130 42 1 116 45
Binary 10101000 10111 10101 0 1010110 1011000 100010 1 1001110 100101

Color Harmonies of #A81715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81715

Black with #A81715

Text Example


Text Example

White with #A81715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81715; }

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

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

background-color css

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

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

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

border-color css

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

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

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