Html Css Color HEX #A81512 Fire Brick

📋 copy color: '#A81512'

red 168 ◦ green 21 ◦ blue 18

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

Shades of Fire Brick #A81512

Tints of Fire Brick #A81512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.7%

R = 81.16%
G = 10.14%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A81512 (or 0xA81512) is known color: Fire Brick. HEX triplet: A8, 15 and 12. RGB value is (168,21,18). Sum of RGB (Red+Green+Blue) = 168+21+18=207 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.16% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 168 - color contains mainly: red. Hex color #A81512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81512 is #57EAED. Grayscale: #404040. Windows color (decimal): -5761774 or 1185192. OLE color: 1185192.

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

Color convert

RGB 168 21 18 -
CMYK 0 0.88 0.89 0.34
HSL 1.2º 0.81% 0.36% -
HSV(B) 1.2º 0.89% 0.66% -
XYZ 16.53 8.9 1.42 -
YUV 64.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 168 21 18 0 0.88 0.89 0.34 1.2 0.81 0.36
Hex A8 15 12 0 58 59 22 1 51 24
Octal 250 25 22 0 130 131 42 1 121 44
Binary 10101000 10101 10010 0 1011000 1011001 100010 1 1010001 100100

Color Harmonies of #A81512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81512

Black with #A81512

Text Example


Text Example

White with #A81512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81512; }

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

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

background-color css

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

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

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

border-color css

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

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

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