#AF180A

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

Shades of Fire Brick #AF180A

Tints of Fire Brick #AF180A

Color information

#AF180A (or 0xAF180A) is unknown color: approx Fire Brick. HEX triplet: AF, 18 and 0A. RGB value is (175,24,10). Sum of RGB (Red+Green+Blue) = 175+24+10=209 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.73% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 175 - color contains mainly: red. Hex color #AF180A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF180A is #50E7F5. Grayscale: #434343. Windows color (decimal): -5302262 or 661679. OLE color: 661679.

HSL color Cylindrical-coordinate representation of color #AF180A: hue angle of 5.09º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF180A is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB1752410-
CMYK00.860.940.31
HSL5.09º89.19%36.27%-
HSV(B)5.09º94.29%68.63%-
XYZ18.069.791.22-
YUV67.5595.53204.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 83.73%
GREEN value IS 24 (9.77% from 255) = 11.48%
BLUE value IS 10 (4.30% from 255) = 4.78%
R=83.73%
G=11.48%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175241000.860.940.315.0989.1936.27
HexAF18A0565E1F55924
Octal2573012012613637513144
Binary10101111110001010010101101011110111111011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF180A; }

 p { color: rgb(175,24,10); }

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

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

 a { background-color: rgb(175,24,10); }

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

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

 span { border-color: rgb(175,24,10); }

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