#A91B01

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

Shades of Fire Brick #A91B01

Tints of Fire Brick #A91B01

Color information

#A91B01 (or 0xA91B01) is unknown color: approx Fire Brick. HEX triplet: A9, 1B and 01. RGB value is (169,27,1). Sum of RGB (Red+Green+Blue) = 169+27+1=197 (26% of max value = 765). Red value is 169 (66.41% from 255 or 85.79% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 169 - color contains mainly: red. Hex color #A91B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91B01 is #56E4FE. Grayscale: #424242. Windows color (decimal): -5694719 or 72617. OLE color: 72617.

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

Color convert

RGB169271-
CMYK00.840.990.34
HSL9.29º98.82%33.33%-
HSV(B)9.29º99.41%66.27%-
XYZ16.769.220.93-
YUV66.4991.04201.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 85.79%
GREEN value IS 27 (10.94% from 255) = 13.71%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=85.79%
G=13.71%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16927100.840.990.349.2998.8233.33
HexA91B1054632296321
Octal2513310124143421114341
Binary1010100111011101010100110001110001010011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91B01; }

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

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

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

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

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

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

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

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