#AF1918

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

Shades of Fire Brick #AF1918

Tints of Fire Brick #AF1918

Color information

#AF1918 (or 0xAF1918) is unknown color: approx Fire Brick. HEX triplet: AF, 19 and 18. RGB value is (175,25,24). Sum of RGB (Red+Green+Blue) = 175+25+24=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1918 is #50E6E7. Grayscale: #454545. Windows color (decimal): -5301992 or 1579439. OLE color: 1579439.

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

Color convert

RGB1752524-
CMYK00.860.860.31
HSL0.4º75.88%39.02%-
HSV(B)0.4º86.29%68.63%-
XYZ18.199.881.81-
YUV69.74102.2203.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 78.12%
GREEN value IS 25 (10.16% from 255) = 11.16%
BLUE value IS 24 (9.77% from 255) = 10.71%
R=78.12%
G=11.16%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175252400.860.860.310.475.8839.02
HexAF1918056561F04c27
Octal2573130012612637011447
Binary1010111111001110000101011010101101111101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1918; }

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

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

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

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

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

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

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

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