#AF1A18

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

Shades of Fire Brick #AF1A18

Tints of Fire Brick #AF1A18

Color information

#AF1A18 (or 0xAF1A18) is unknown color: approx Fire Brick. HEX triplet: AF, 1A and 18. RGB value is (175,26,24). Sum of RGB (Red+Green+Blue) = 175+26+24=225 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.78% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1A18 is #50E5E7. Grayscale: #464646. Windows color (decimal): -5301736 or 1579695. OLE color: 1579695.

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

Color convert

RGB1752624-
CMYK00.850.860.31
HSL0.79º75.88%39.02%-
HSV(B)0.79º86.29%68.63%-
XYZ18.219.921.82-
YUV70.32101.86202.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 77.78%
GREEN value IS 26 (10.55% from 255) = 11.56%
BLUE value IS 24 (9.77% from 255) = 10.67%
R=77.78%
G=11.56%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175262400.850.860.310.7975.8839.02
HexAF1A18055561F14c27
Octal2573230012512637111447
Binary1010111111010110000101010110101101111111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1A18; }

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

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

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

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

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

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

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

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