Html Css Color HEX #A81B11 Fire Brick

📋 copy color: '#A81B11'

red 168 ◦ green 27 ◦ blue 17

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

Shades of Fire Brick #A81B11

Tints of Fire Brick #A81B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.02%

R = 79.25%
G = 12.74%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A81B11 (or 0xA81B11) is known color: Fire Brick. HEX triplet: A8, 1B and 11. RGB value is (168,27,17). Sum of RGB (Red+Green+Blue) = 168+27+17=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81B11 is #57E4EE. Grayscale: #444444. Windows color (decimal): -5760239 or 1121192. OLE color: 1121192.

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

Color convert

RGB 168 27 17 -
CMYK 0 0.84 0.90 0.34
HSL 3.97º 0.82% 0.36% -
HSV(B) 3.97º 0.9% 0.66% -
XYZ 16.64 9.15 1.42 -
YUV 68.02 99.21 199.31 -
System Red Green Blue C M Y K H S L
Decimal 168 27 17 0 0.84 0.90 0.34 3.97 0.82 0.36
Hex A8 1B 11 0 54 5A 22 4 52 24
Octal 250 33 21 0 124 132 42 4 122 44
Binary 10101000 11011 10001 0 1010100 1011010 100010 100 1010010 100100

Color Harmonies of #A81B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81B11

Black with #A81B11

Text Example


Text Example

White with #A81B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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