#AF1F0A

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

Shades of Fire Brick #AF1F0A

Tints of Fire Brick #AF1F0A

Color information

#AF1F0A (or 0xAF1F0A) is unknown color: approx Fire Brick. HEX triplet: AF, 1F and 0A. RGB value is (175,31,10). Sum of RGB (Red+Green+Blue) = 175+31+10=216 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.02% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1F0A is #50E0F5. Grayscale: #474747. Windows color (decimal): -5300470 or 663471. OLE color: 663471.

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

Color convert

RGB1753110-
CMYK00.820.940.31
HSL7.64º89.19%36.27%-
HSV(B)7.64º94.29%68.63%-
XYZ18.2210.121.28-
YUV71.6693.21201.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 81.02%
GREEN value IS 31 (12.5% from 255) = 14.35%
BLUE value IS 10 (4.30% from 255) = 4.63%
R=81.02%
G=14.35%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175311000.820.940.317.6489.1936.27
HexAF1FA0525E1F85924
Octal25737120122136371013144
Binary101011111111110100101001010111101111110001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1F0A; }

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

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

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

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

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

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

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

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