Html Css Color HEX #A81311 Fire Brick

📋 copy color: '#A81311'

red 168 ◦ green 19 ◦ blue 17

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

Shades of Fire Brick #A81311

Tints of Fire Brick #A81311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.31%

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

R = 82.35%
G = 9.31%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A81311 (or 0xA81311) is known color: Fire Brick. HEX triplet: A8, 13 and 11. RGB value is (168,19,17). Sum of RGB (Red+Green+Blue) = 168+19+17=204 (27% of max value = 765). Red value is 168 (66.02% from 255 or 82.35% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 168 - color contains mainly: red. Hex color #A81311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81311 is #57ECEE. Grayscale: #3F3F3F. Windows color (decimal): -5762287 or 1119144. OLE color: 1119144.

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

Color convert

RGB 168 19 17 -
CMYK 0 0.89 0.90 0.34
HSL 0.79º 0.82% 0.36% -
HSV(B) 0.79º 0.9% 0.66% -
XYZ 16.48 8.83 1.37 -
YUV 63.32 101.86 202.66 -
System Red Green Blue C M Y K H S L
Decimal 168 19 17 0 0.89 0.90 0.34 0.79 0.82 0.36
Hex A8 13 11 0 59 5A 22 1 52 24
Octal 250 23 21 0 131 132 42 1 122 44
Binary 10101000 10011 10001 0 1011001 1011010 100010 1 1010010 100100

Color Harmonies of #A81311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81311

Black with #A81311

Text Example


Text Example

White with #A81311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81311; }

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

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

background-color css

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

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

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

border-color css

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

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

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