#A41C15

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

Shades of Fire Brick #A41C15

Tints of Fire Brick #A41C15

Color information

#A41C15 (or 0xA41C15) is unknown color: approx Fire Brick. HEX triplet: A4, 1C and 15. RGB value is (164,28,21). Sum of RGB (Red+Green+Blue) = 164+28+21=213 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.00% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41C15 is #5BE3EA. Grayscale: #444444. Windows color (decimal): -6022123 or 1383588. OLE color: 1383588.

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

Color convert

RGB1642821-
CMYK00.830.870.36
HSL2.94º77.3%36.27%-
HSV(B)2.94º87.2%64.31%-
XYZ15.868.781.57-
YUV67.87101.56196.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 77.00%
GREEN value IS 28 (11.33% from 255) = 13.15%
BLUE value IS 21 (8.59% from 255) = 9.86%
R=77.00%
G=13.15%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164282100.830.870.362.9477.336.27
HexA41C15053572434d24
Octal2443425012312744311544
Binary101001001110010101010100111010111100100111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41C15; }

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

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

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

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

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

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

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

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