#A91B0A

Color #A91B0A Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #A91B0A

Tints of Fire Brick #A91B0A

Color information

#A91B0A (or 0xA91B0A) is unknown color: approx Fire Brick. HEX triplet: A9, 1B and 0A. RGB value is (169,27,10). Sum of RGB (Red+Green+Blue) = 169+27+10=206 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.04% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91B0A is #56E4F5. Grayscale: #434343. Windows color (decimal): -5694710 or 662441. OLE color: 662441.

HSL color Cylindrical-coordinate representation of color #A91B0A: hue angle of 6.42º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A91B0A is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.34.

Color convert

RGB1692710-
CMYK00.840.940.34
HSL6.42º88.83%35.1%-
HSV(B)6.42º94.08%66.27%-
XYZ16.819.241.18-
YUV67.5295.54200.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 82.04%
GREEN value IS 27 (10.94% from 255) = 13.11%
BLUE value IS 10 (4.30% from 255) = 4.85%
R=82.04%
G=13.11%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169271000.840.940.346.4288.8335.1
HexA91BA0545E2265923
Octal2513312012413642613143
Binary101010011101110100101010010111101000101101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91B0A; }

 p { color: rgb(169,27,10); }

 H1.HeaderClassName
 {
   color: #A91B0A;
 }
 .AnyTagClassName
 {
   color: #A91B0A;
 }
</style>
background-color css

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

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

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

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

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

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