Html Css Color HEX #A91711 Fire Brick

📋 copy color: '#A91711'

red 169 ◦ green 23 ◦ blue 17

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

Shades of Fire Brick #A91711

Tints of Fire Brick #A91711

RGB

 RED value IS 169 (66.41% from 255) = 80.86%

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

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

R = 80.86%
G = 11%
B = 8.13%

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

#A91711 (or 0xA91711) is known color: Fire Brick. HEX triplet: A9, 17 and 11. RGB value is (169,23,17). Sum of RGB (Red+Green+Blue) = 169+23+17=209 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.86% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 169 - color contains mainly: red. Hex color #A91711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91711 is #56E8EE. Grayscale: #424242. Windows color (decimal): -5695727 or 1120169. OLE color: 1120169.

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

Color convert

RGB 169 23 17 -
CMYK 0 0.86 0.90 0.34
HSL 2.37º 0.82% 0.36% -
HSV(B) 2.37º 0.9% 0.66% -
XYZ 16.77 9.09 1.4 -
YUV 65.97 100.37 201.49 -
System Red Green Blue C M Y K H S L
Decimal 169 23 17 0 0.86 0.90 0.34 2.37 0.82 0.36
Hex A9 17 11 0 56 5A 22 2 52 24
Octal 251 27 21 0 126 132 42 2 122 44
Binary 10101001 10111 10001 0 1010110 1011010 100010 10 1010010 100100

Color Harmonies of #A91711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91711

Black with #A91711

Text Example


Text Example

White with #A91711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91711; }

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

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

background-color css

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

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

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

border-color css

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

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

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