#A7241D

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

Shades of Fire Brick #A7241D

Tints of Fire Brick #A7241D

Color information

#A7241D (or 0xA7241D) is unknown color: approx Fire Brick. HEX triplet: A7, 24 and 1D. RGB value is (167,36,29). Sum of RGB (Red+Green+Blue) = 167+36+29=232 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.98% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 167 - color contains mainly: red. Hex color #A7241D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7241D is #58DBE2. Grayscale: #4A4A4A. Windows color (decimal): -5823459 or 1909927. OLE color: 1909927.

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

Color convert

RGB1673629-
CMYK00.780.830.35
HSL3.04º70.41%38.43%-
HSV(B)3.04º82.63%65.49%-
XYZ16.799.572.12-
YUV74.37102.4194.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 71.98%
GREEN value IS 36 (14.45% from 255) = 15.52%
BLUE value IS 29 (11.72% from 255) = 12.5%
R=71.98%
G=15.52%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167362900.780.830.353.0470.4138.43
HexA7241D04E532334626
Octal2474435011612343310646
Binary1010011110010011101010011101010011100011111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7241D; }

 p { color: rgb(167,36,29); }

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

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

 a { background-color: rgb(167,36,29); }

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

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

 span { border-color: rgb(167,36,29); }

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