#A41C03

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

Shades of Fire Brick #A41C03

Tints of Fire Brick #A41C03

Color information

#A41C03 (or 0xA41C03) is unknown color: approx Fire Brick. HEX triplet: A4, 1C and 03. RGB value is (164,28,3). Sum of RGB (Red+Green+Blue) = 164+28+3=195 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.10% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41C03 is #5BE3FC. Grayscale: #424242. Windows color (decimal): -6022141 or 203940. OLE color: 203940.

HSL color Cylindrical-coordinate representation of color #A41C03: hue angle of 9.32º 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 #A41C03 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB164283-
CMYK00.830.980.36
HSL9.32º96.41%32.75%-
HSV(B)9.32º98.17%64.31%-
XYZ15.748.730.94-
YUV65.8192.56198.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 84.10%
GREEN value IS 28 (11.33% from 255) = 14.36%
BLUE value IS 3 (1.56% from 255) = 1.54%
R=84.10%
G=14.36%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16428300.830.980.369.3296.4132.75
HexA41C3053622496021
Octal2443430123142441114041
Binary10100100111001101010011110001010010010011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41C03; }

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

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

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

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

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

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

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

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