#A91F1B

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

Shades of Fire Brick #A91F1B

Tints of Fire Brick #A91F1B

Color information

#A91F1B (or 0xA91F1B) is unknown color: approx Fire Brick. HEX triplet: A9, 1F and 1B. RGB value is (169,31,27). Sum of RGB (Red+Green+Blue) = 169+31+27=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A91F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91F1B is #56E0E4. Grayscale: #474747. Windows color (decimal): -5693669 or 1777577. OLE color: 1777577.

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

Color convert

RGB1693127-
CMYK00.820.840.34
HSL1.69º72.45%38.43%-
HSV(B)1.69º84.02%66.27%-
XYZ17.059.491.97-
YUV71.81102.72197.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 74.45%
GREEN value IS 31 (12.5% from 255) = 13.66%
BLUE value IS 27 (10.94% from 255) = 11.89%
R=74.45%
G=13.66%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169312700.820.840.341.6972.4538.43
HexA91F1B052542224826
Octal2513733012212442211046
Binary101010011111111011010100101010100100010101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91F1B; }

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

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

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

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

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

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

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

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