#AF2412

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

Shades of Fire Brick #AF2412

Tints of Fire Brick #AF2412

Color information

#AF2412 (or 0xAF2412) is unknown color: approx Fire Brick. HEX triplet: AF, 24 and 12. RGB value is (175,36,18). Sum of RGB (Red+Green+Blue) = 175+36+18=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2412 is #50DBED. Grayscale: #4B4B4B. Windows color (decimal): -5299182 or 1189039. OLE color: 1189039.

HSL color Cylindrical-coordinate representation of color #AF2412: hue angle of 6.88º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF2412 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB1753618-
CMYK00.790.900.31
HSL6.88º81.35%37.84%-
HSV(B)6.88º89.71%68.63%-
XYZ18.4210.421.61-
YUV75.5195.55198.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 76.42%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 18 (7.42% from 255) = 7.86%
R=76.42%
G=15.72%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175361800.790.900.316.8881.3537.84
HexAF241204F5A1F75126
Octal2574422011713237712146
Binary1010111110010010010010011111011010111111111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2412; }

 p { color: rgb(175,36,18); }

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

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

 a { background-color: rgb(175,36,18); }

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

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

 span { border-color: rgb(175,36,18); }

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