#A8241B

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

Shades of Fire Brick #A8241B

Tints of Fire Brick #A8241B

Color information

#A8241B (or 0xA8241B) is unknown color: approx Fire Brick. HEX triplet: A8, 24 and 1B. RGB value is (168,36,27). Sum of RGB (Red+Green+Blue) = 168+36+27=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A8241B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8241B is #57DBE4. Grayscale: #4A4A4A. Windows color (decimal): -5757925 or 1778856. OLE color: 1778856.

HSL color Cylindrical-coordinate representation of color #A8241B: hue angle of 3.83º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8241B is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB1683627-
CMYK00.790.840.34
HSL3.83º72.31%38.24%-
HSV(B)3.83º83.93%65.88%-
XYZ16.989.672.01-
YUV74.44101.23194.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 72.73%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 27 (10.94% from 255) = 11.69%
R=72.73%
G=15.58%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168362700.790.840.343.8372.3138.24
HexA8241B04F542244826
Octal2504433011712442411046
Binary10101000100100110110100111110101001000101001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8241B; }

 p { color: rgb(168,36,27); }

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

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

 a { background-color: rgb(168,36,27); }

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

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

 span { border-color: rgb(168,36,27); }

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