#a40f0f

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

Shades of Fire Brick #A40F0F

Tints of Fire Brick #A40F0F

Color information

#A40F0F (or 0xA40F0F) is unknown color: approx Fire Brick. HEX triplet: A4, 0F and 0F. RGB value is (164,15,15). Sum of RGB (Red+Green+Blue) = 164+15+15=194 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.54% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40F0F is #5BF0F0. Grayscale: #3B3B3B. Windows color (decimal): -6025457 or 987044. OLE color: 987044.

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

Color convert

RGB1641515-
CMYK00.910.910.36
HSL83.24%35.1%-
HSV(B)90.85%64.31%-
XYZ15.578.271.23-
YUV59.55102.86202.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 84.54%
GREEN value IS 15 (6.25% from 255) = 7.73%
BLUE value IS 15 (6.25% from 255) = 7.73%
R=84.54%
G=7.73%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164151500.910.910.36083.2435.1
HexA4FF05B5B2405323
Octal2441717013313344012343
Binary101001001111111101011011101101110010001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a40f0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a40f0f; }

 p { color: rgb(164,15,15); }

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

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

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

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

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

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

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