#A41B07

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

Shades of Fire Brick #A41B07

Tints of Fire Brick #A41B07

Color information

#A41B07 (or 0xA41B07) is unknown color: approx Fire Brick. HEX triplet: A4, 1B and 07. RGB value is (164,27,7). Sum of RGB (Red+Green+Blue) = 164+27+7=198 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.83% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41B07 is #5BE4F8. Grayscale: #414141. Windows color (decimal): -6022393 or 465828. OLE color: 465828.

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

Color convert

RGB164277-
CMYK00.840.960.36
HSL7.64º91.81%33.53%-
HSV(B)7.64º95.73%64.31%-
XYZ15.748.691.05-
YUV65.6894.89198.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 82.83%
GREEN value IS 27 (10.94% from 255) = 13.64%
BLUE value IS 7 (3.12% from 255) = 3.54%
R=82.83%
G=13.64%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16427700.840.960.367.6491.8133.53
HexA41B7054602485c22
Octal2443370124140441013442
Binary101001001101111101010100110000010010010001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41B07; }

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

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

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

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

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

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

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

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