Html Css Color HEX #A81510 Fire Brick

📋 copy color: '#A81510'

red 168 ◦ green 21 ◦ blue 16

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

Shades of Fire Brick #A81510

Tints of Fire Brick #A81510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.24%

 BLUE value IS 16 (6.64% from 255) = 7.8%

R = 81.95%
G = 10.24%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A81510 (or 0xA81510) is known color: Fire Brick. HEX triplet: A8, 15 and 10. RGB value is (168,21,16). Sum of RGB (Red+Green+Blue) = 168+21+16=205 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.95% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 168 - color contains mainly: red. Hex color #A81510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81510 is #57EAEF. Grayscale: #404040. Windows color (decimal): -5761776 or 1054120. OLE color: 1054120.

HSL color Cylindrical-coordinate representation of color #A81510: hue angle of 1.97º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A81510 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 21 16 -
CMYK 0 0.88 0.90 0.34
HSL 1.97º 0.83% 0.36% -
HSV(B) 1.97º 0.9% 0.66% -
XYZ 16.51 8.9 1.34 -
YUV 64.38 100.7 201.91 -
System Red Green Blue C M Y K H S L
Decimal 168 21 16 0 0.88 0.90 0.34 1.97 0.83 0.36
Hex A8 15 10 0 58 5A 22 2 53 24
Octal 250 25 20 0 130 132 42 2 123 44
Binary 10101000 10101 10000 0 1011000 1011010 100010 10 1010011 100100

Color Harmonies of #A81510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81510

Black with #A81510

Text Example


Text Example

White with #A81510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81510; }

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

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

background-color css

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

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

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

border-color css

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

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

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