Html Css Color HEX #A92711 Fire Brick

📋 copy color: '#A92711'

red 169 ◦ green 39 ◦ blue 17

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

Shades of Fire Brick #A92711

Tints of Fire Brick #A92711

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.33%

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

R = 75.11%
G = 17.33%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A92711 (or 0xA92711) is known color: Fire Brick. HEX triplet: A9, 27 and 11. RGB value is (169,39,17). Sum of RGB (Red+Green+Blue) = 169+39+17=225 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.11% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 169 - color contains mainly: red. Hex color #A92711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92711 is #56D8EE. Grayscale: #4B4B4B. Windows color (decimal): -5691631 or 1124265. OLE color: 1124265.

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

Color convert

RGB 169 39 17 -
CMYK 0 0.77 0.90 0.34
HSL 8.68º 0.82% 0.36% -
HSV(B) 8.68º 0.9% 0.66% -
XYZ 17.19 9.93 1.54 -
YUV 75.36 95.07 194.79 -
System Red Green Blue C M Y K H S L
Decimal 169 39 17 0 0.77 0.90 0.34 8.68 0.82 0.36
Hex A9 27 11 0 4D 5A 22 9 52 24
Octal 251 47 21 0 115 132 42 11 122 44
Binary 10101001 100111 10001 0 1001101 1011010 100010 1001 1010010 100100

Color Harmonies of #A92711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92711

Black with #A92711

Text Example


Text Example

White with #A92711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92711; }

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

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

background-color css

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

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

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

border-color css

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

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

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