#AF2512

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

Shades of Fire Brick #AF2512

Tints of Fire Brick #AF2512

Color information

#AF2512 (or 0xAF2512) is unknown color: approx Fire Brick. HEX triplet: AF, 25 and 12. RGB value is (175,37,18). Sum of RGB (Red+Green+Blue) = 175+37+18=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2512 is #50DAED. Grayscale: #4C4C4C. Windows color (decimal): -5298926 or 1189295. OLE color: 1189295.

HSL color Cylindrical-coordinate representation of color #AF2512: hue angle of 7.26º 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 #AF2512 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB1753718-
CMYK00.790.900.31
HSL7.26º81.35%37.84%-
HSV(B)7.26º89.71%68.63%-
XYZ18.4510.481.62-
YUV76.195.22198.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 76.09%
GREEN value IS 37 (14.84% from 255) = 16.09%
BLUE value IS 18 (7.42% from 255) = 7.83%
R=76.09%
G=16.09%
B=7.83%

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
Decimal175371800.790.900.317.2681.3537.84
HexAF251204F5A1F75126
Octal2574522011713237712146
Binary1010111110010110010010011111011010111111111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2512; }

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

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

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

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

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

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

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

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