#AF1E0A

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

Shades of Fire Brick #AF1E0A

Tints of Fire Brick #AF1E0A

Color information

#AF1E0A (or 0xAF1E0A) is unknown color: approx Fire Brick. HEX triplet: AF, 1E and 0A. RGB value is (175,30,10). Sum of RGB (Red+Green+Blue) = 175+30+10=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1E0A is #50E1F5. Grayscale: #474747. Windows color (decimal): -5300726 or 663215. OLE color: 663215.

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

Color convert

RGB1753010-
CMYK00.830.940.31
HSL7.27º89.19%36.27%-
HSV(B)7.27º94.29%68.63%-
XYZ18.210.061.27-
YUV71.0893.54202.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 81.40%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 10 (4.30% from 255) = 4.65%
R=81.40%
G=13.95%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175301000.830.940.317.2789.1936.27
HexAF1EA0535E1F75924
Octal2573612012313637713144
Binary10101111111101010010100111011110111111111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1E0A; }

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

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

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

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

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

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

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

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