Html Css Color HEX #A92911 Fire Brick

📋 copy color: '#A92911'

red 169 ◦ green 41 ◦ blue 17

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

Shades of Fire Brick #A92911

Tints of Fire Brick #A92911

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.06%

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

R = 74.45%
G = 18.06%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A92911 (or 0xA92911) is known color: Fire Brick. HEX triplet: A9, 29 and 11. RGB value is (169,41,17). Sum of RGB (Red+Green+Blue) = 169+41+17=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A92911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92911 is #56D6EE. Grayscale: #4C4C4C. Windows color (decimal): -5691119 or 1124777. OLE color: 1124777.

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

Color convert

RGB 169 41 17 -
CMYK 0 0.76 0.90 0.34
HSL 9.47º 0.82% 0.36% -
HSV(B) 9.47º 0.9% 0.66% -
XYZ 17.26 10.06 1.56 -
YUV 76.54 94.41 193.95 -
System Red Green Blue C M Y K H S L
Decimal 169 41 17 0 0.76 0.90 0.34 9.47 0.82 0.36
Hex A9 29 11 0 4C 5A 22 9 52 24
Octal 251 51 21 0 114 132 42 11 122 44
Binary 10101001 101001 10001 0 1001100 1011010 100010 1001 1010010 100100

Color Harmonies of #A92911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92911

Black with #A92911

Text Example


Text Example

White with #A92911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92911; }

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

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

background-color css

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

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

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

border-color css

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

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

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