Html Css Color HEX #A81B12 Fire Brick

📋 copy color: '#A81B12'

red 168 ◦ green 27 ◦ blue 18

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

Shades of Fire Brick #A81B12

Tints of Fire Brick #A81B12

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.68%

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

R = 78.87%
G = 12.68%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A81B12 (or 0xA81B12) is known color: Fire Brick. HEX triplet: A8, 1B and 12. RGB value is (168,27,18). Sum of RGB (Red+Green+Blue) = 168+27+18=213 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.87% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81B12 is #57E4ED. Grayscale: #444444. Windows color (decimal): -5760238 or 1186728. OLE color: 1186728.

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

Color convert

RGB 168 27 18 -
CMYK 0 0.84 0.89 0.34
HSL 3.6º 0.81% 0.36% -
HSV(B) 3.6º 0.89% 0.66% -
XYZ 16.65 9.15 1.46 -
YUV 68.13 99.71 199.23 -
System Red Green Blue C M Y K H S L
Decimal 168 27 18 0 0.84 0.89 0.34 3.6 0.81 0.36
Hex A8 1B 12 0 54 59 22 4 51 24
Octal 250 33 22 0 124 131 42 4 121 44
Binary 10101000 11011 10010 0 1010100 1011001 100010 100 1010001 100100

Color Harmonies of #A81B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81B12

Black with #A81B12

Text Example


Text Example

White with #A81B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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