Html Css Color HEX #A81611 Fire Brick

📋 copy color: '#A81611'

red 168 ◦ green 22 ◦ blue 17

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

Shades of Fire Brick #A81611

Tints of Fire Brick #A81611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.63%

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

R = 81.16%
G = 10.63%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A81611 (or 0xA81611) is known color: Fire Brick. HEX triplet: A8, 16 and 11. RGB value is (168,22,17). Sum of RGB (Red+Green+Blue) = 168+22+17=207 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.16% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 168 - color contains mainly: red. Hex color #A81611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81611 is #57E9EE. Grayscale: #414141. Windows color (decimal): -5761519 or 1119912. OLE color: 1119912.

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

Color convert

RGB 168 22 17 -
CMYK 0 0.87 0.90 0.34
HSL 1.99º 0.82% 0.36% -
HSV(B) 1.99º 0.9% 0.66% -
XYZ 16.54 8.94 1.38 -
YUV 65.08 100.87 201.41 -
System Red Green Blue C M Y K H S L
Decimal 168 22 17 0 0.87 0.90 0.34 1.99 0.82 0.36
Hex A8 16 11 0 57 5A 22 2 52 24
Octal 250 26 21 0 127 132 42 2 122 44
Binary 10101000 10110 10001 0 1010111 1011010 100010 10 1010010 100100

Color Harmonies of #A81611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81611

Black with #A81611

Text Example


Text Example

White with #A81611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81611; }

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

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

background-color css

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

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

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

border-color css

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

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

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