Html Css Color HEX #A81711 Fire Brick

📋 copy color: '#A81711'

red 168 ◦ green 23 ◦ blue 17

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

Shades of Fire Brick #A81711

Tints of Fire Brick #A81711

RGB

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

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

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

R = 80.77%
G = 11.06%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A81711 (or 0xA81711) is known color: Fire Brick. HEX triplet: A8, 17 and 11. RGB value is (168,23,17). Sum of RGB (Red+Green+Blue) = 168+23+17=208 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.77% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 168 - color contains mainly: red. Hex color #A81711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81711 is #57E8EE. Grayscale: #414141. Windows color (decimal): -5761263 or 1120168. OLE color: 1120168.

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

Color convert

RGB 168 23 17 -
CMYK 0 0.86 0.90 0.34
HSL 2.38º 0.82% 0.36% -
HSV(B) 2.38º 0.9% 0.66% -
XYZ 16.56 8.98 1.39 -
YUV 65.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 168 23 17 0 0.86 0.90 0.34 2.38 0.82 0.36
Hex A8 17 11 0 56 5A 22 2 52 24
Octal 250 27 21 0 126 132 42 2 122 44
Binary 10101000 10111 10001 0 1010110 1011010 100010 10 1010010 100100

Color Harmonies of #A81711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81711

Black with #A81711

Text Example


Text Example

White with #A81711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81711; }

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

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

background-color css

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

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

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

border-color css

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

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

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