Html Css Color HEX #A91111 Fire Brick

📋 copy color: '#A91111'

red 169 ◦ green 17 ◦ blue 17

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

Shades of Fire Brick #A91111

Tints of Fire Brick #A91111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

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

R = 83.25%
G = 8.37%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A91111 (or 0xA91111) is known color: Fire Brick. HEX triplet: A9, 11 and 11. RGB value is (169,17,17). Sum of RGB (Red+Green+Blue) = 169+17+17=203 (26% of max value = 765). Red value is 169 (66.41% from 255 or 83.25% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 169 - color contains mainly: red. Hex color #A91111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91111 is #56EEEE. Grayscale: #3E3E3E. Windows color (decimal): -5697263 or 1118633. OLE color: 1118633.

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

Color convert

RGB 169 17 17 -
CMYK 0 0.90 0.90 0.34
HSL 0.82% 0.36% -
HSV(B) 0.9% 0.66% -
XYZ 16.66 8.88 1.37 -
YUV 62.45 102.36 204 -
System Red Green Blue C M Y K H S L
Decimal 169 17 17 0 0.90 0.90 0.34 0 0.82 0.36
Hex A9 11 11 0 5A 5A 22 0 52 24
Octal 251 21 21 0 132 132 42 0 122 44
Binary 10101001 10001 10001 0 1011010 1011010 100010 0 1010010 100100

Color Harmonies of #A91111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91111

Black with #A91111

Text Example


Text Example

White with #A91111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91111; }

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

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

background-color css

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

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

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

border-color css

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

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

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