#af1e00

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

Shades of Fire Brick #AF1E00

Tints of Fire Brick #AF1E00

Color information

#AF1E00 (or 0xAF1E00) is unknown color: approx Fire Brick. HEX triplet: AF, 1E and 00. RGB value is (175,30,0). Sum of RGB (Red+Green+Blue) = 175+30+0=205 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.37% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1E00 is #50E1FF. Grayscale: #464646. Windows color (decimal): -5300736 or 7855. OLE color: 7855.

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

Color convert

RGB175300-
CMYK00.8310.31
HSL10.29º100%34.31%-
HSV(B)10.29º100%68.63%-
XYZ18.1410.040.98-
YUV69.9488.54202.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 85.37%
GREEN value IS 30 (12.11% from 255) = 14.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.37%
G=14.63%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17530000.8310.3110.2910034.31
HexAF1E0053641Fa6422
Octal2573600123144371214442
Binary101011111111000101001111001001111110101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af1e00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af1e00; }

 p { color: rgb(175,30,0); }

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

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

 a { background-color: rgb(175,30,0); }

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

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

 span { border-color: rgb(175,30,0); }

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