#a7241a

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

Shades of Fire Brick #A7241A

Tints of Fire Brick #A7241A

Color information

#A7241A (or 0xA7241A) is unknown color: approx Fire Brick. HEX triplet: A7, 24 and 1A. RGB value is (167,36,26). Sum of RGB (Red+Green+Blue) = 167+36+26=229 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.93% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 167 - color contains mainly: red. Hex color #A7241A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7241A is #58DBE5. Grayscale: #4A4A4A. Windows color (decimal): -5823462 or 1713319. OLE color: 1713319.

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

Color convert

RGB1673626-
CMYK00.780.840.35
HSL4.26º73.06%37.84%-
HSV(B)4.26º84.43%65.49%-
XYZ16.759.551.94-
YUV74.03100.9194.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 72.93%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 26 (10.55% from 255) = 11.35%
R=72.93%
G=15.72%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167362600.780.840.354.2673.0637.84
HexA7241A04E542344926
Octal2474432011612443411146
Binary10100111100100110100100111010101001000111001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7241a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7241a; }

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

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

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

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

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

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

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

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