Html Css Color HEX #A92011 Fire Brick

📋 copy color: '#A92011'

red 169 ◦ green 32 ◦ blue 17

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

Shades of Fire Brick #A92011

Tints of Fire Brick #A92011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.68%

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

R = 77.52%
G = 14.68%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A92011 (or 0xA92011) is known color: Fire Brick. HEX triplet: A9, 20 and 11. RGB value is (169,32,17). Sum of RGB (Red+Green+Blue) = 169+32+17=218 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.52% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 169 - color contains mainly: red. Hex color #A92011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92011 is #56DFEE. Grayscale: #474747. Windows color (decimal): -5693423 or 1122473. OLE color: 1122473.

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

Color convert

RGB 169 32 17 -
CMYK 0 0.81 0.90 0.34
HSL 5.92º 0.82% 0.36% -
HSV(B) 5.92º 0.9% 0.66% -
XYZ 16.98 9.51 1.47 -
YUV 71.25 97.39 197.72 -
System Red Green Blue C M Y K H S L
Decimal 169 32 17 0 0.81 0.90 0.34 5.92 0.82 0.36
Hex A9 20 11 0 51 5A 22 6 52 24
Octal 251 40 21 0 121 132 42 6 122 44
Binary 10101001 100000 10001 0 1010001 1011010 100010 110 1010010 100100

Color Harmonies of #A92011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92011

Black with #A92011

Text Example


Text Example

White with #A92011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92011; }

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

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

background-color css

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

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

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

border-color css

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

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

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