#A91E1B

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

Shades of Fire Brick #A91E1B

Tints of Fire Brick #A91E1B

Color information

#A91E1B (or 0xA91E1B) is unknown color: approx Fire Brick. HEX triplet: A9, 1E and 1B. RGB value is (169,30,27). Sum of RGB (Red+Green+Blue) = 169+30+27=226 (29% of max value = 765). Red value is 169 (66.41% from 255 or 74.78% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91E1B is #56E1E4. Grayscale: #474747. Windows color (decimal): -5693925 or 1777321. OLE color: 1777321.

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

Color convert

RGB1693027-
CMYK00.820.840.34
HSL1.27º72.45%38.43%-
HSV(B)1.27º84.02%66.27%-
XYZ17.029.441.96-
YUV71.22103.05197.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 74.78%
GREEN value IS 30 (12.11% from 255) = 13.27%
BLUE value IS 27 (10.94% from 255) = 11.95%
R=74.78%
G=13.27%
B=11.95%

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
Decimal169302700.820.840.341.2772.4538.43
HexA91E1B052542214826
Octal2513633012212442111046
Binary10101001111101101101010010101010010001011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91E1B; }

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

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

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

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

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

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

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

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