#A41903

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

Shades of Fire Brick #A41903

Tints of Fire Brick #A41903

Color information

#A41903 (or 0xA41903) is unknown color: approx Fire Brick. HEX triplet: A4, 19 and 03. RGB value is (164,25,3). Sum of RGB (Red+Green+Blue) = 164+25+3=192 (25% of max value = 765). Red value is 164 (64.45% from 255 or 85.42% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 164 - color contains mainly: red. Hex color #A41903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41903 is #5BE6FC. Grayscale: #404040. Windows color (decimal): -6022909 or 203172. OLE color: 203172.

HSL color Cylindrical-coordinate representation of color #A41903: hue angle of 8.2º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A41903 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB164253-
CMYK00.850.980.36
HSL8.2º96.41%32.75%-
HSV(B)8.2º98.17%64.31%-
XYZ15.678.590.92-
YUV64.0593.55199.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 85.42%
GREEN value IS 25 (10.16% from 255) = 13.02%
BLUE value IS 3 (1.56% from 255) = 1.56%
R=85.42%
G=13.02%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16425300.850.980.368.296.4132.75
HexA4193055622486021
Octal2443130125142441014041
Binary10100100110011101010101110001010010010001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41903; }

 p { color: rgb(164,25,3); }

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

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

 a { background-color: rgb(164,25,3); }

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

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

 span { border-color: rgb(164,25,3); }

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