#A5221B

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

Shades of Fire Brick #A5221B

Tints of Fire Brick #A5221B

Color information

#A5221B (or 0xA5221B) is unknown color: approx Fire Brick. HEX triplet: A5, 22 and 1B. RGB value is (165,34,27). Sum of RGB (Red+Green+Blue) = 165+34+27=226 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.01% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 165 - color contains mainly: red. Hex color #A5221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5221B is #5ADDE4. Grayscale: #484848. Windows color (decimal): -5955045 or 1778341. OLE color: 1778341.

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

Color convert

RGB1653427-
CMYK00.790.840.35
HSL3.04º71.88%37.65%-
HSV(B)3.04º83.64%64.71%-
XYZ16.299.221.96-
YUV72.37102.4194.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 73.01%
GREEN value IS 34 (13.67% from 255) = 15.04%
BLUE value IS 27 (10.94% from 255) = 11.95%
R=73.01%
G=15.04%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165342700.790.840.353.0471.8837.65
HexA5221B04F542334826
Octal2454233011712443311046
Binary1010010110001011011010011111010100100011111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5221B; }

 p { color: rgb(165,34,27); }

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

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

 a { background-color: rgb(165,34,27); }

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

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

 span { border-color: rgb(165,34,27); }

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