#A41B03

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

Shades of Fire Brick #A41B03

Tints of Fire Brick #A41B03

Color information

#A41B03 (or 0xA41B03) is unknown color: approx Fire Brick. HEX triplet: A4, 1B and 03. RGB value is (164,27,3). Sum of RGB (Red+Green+Blue) = 164+27+3=194 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.54% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41B03 is #5BE4FC. Grayscale: #414141. Windows color (decimal): -6022397 or 203684. OLE color: 203684.

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

Color convert

RGB164273-
CMYK00.840.980.36
HSL8.94º96.41%32.75%-
HSV(B)8.94º98.17%64.31%-
XYZ15.728.680.93-
YUV65.2392.89198.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 84.54%
GREEN value IS 27 (10.94% from 255) = 13.92%
BLUE value IS 3 (1.56% from 255) = 1.55%
R=84.54%
G=13.92%
B=1.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16427300.840.980.368.9496.4132.75
HexA41B3054622496021
Octal2443330124142441114041
Binary10100100110111101010100110001010010010011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41B03; }

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

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

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

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

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

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

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

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